New Topic

Twitter feed

Home › Forum › Suggestions › Twitter feed

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 6 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #386

    skoosha
    Participant

    I wonder if there is any possibility to make Twitter feed active and not static like now.

    Also would be nice possibility to add options to show mentions (could be controlled in theme options).

    –edit–

    Managed to make it active, all you need to do is change header.php from

    echo “loop: false,”;
    echo “live: false”;

    and

    echo “behavior: ‘all'”;

    to

    echo “loop: true,”;
    echo “live: true,”;
    echo “hashtags: true,”;
    echo “avatars: true,”;
    echo “behavior: ‘default'”;

    But still, would be nice if this can be controlled in theme options!

    #389

    StartupWP
    Keymaster

    It’s not a bad suggestion, but one that needs to be thought about carefully.

    The reason being is that the settings and theme itself should not become bloated with every bell and whistle that we can dream up and only contain those basics that most users will need.

    This might be considered advanced editing/customization, in which case hacking the code via a child theme to get your desired result is the proper route:

    https://startupwp.com/topic/child-theming/

    For this kind of suggestion we’ll want to wait and see if there is a demand for it from other users as well.

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.