Viewing 15 replies - 1 through 15 (of 20 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Yes.

    – Activate the Single template via Dashboard -> Fetch Tweets -> Templates
    – For the widget, set 0 for the ‘The maximum number of tweets to show:’ option.
    – For the shortcode, set 0 for the count parameter.

    [fetch_tweets id="..." count="0" ]

    Update: ops. I may have been incorrect. The widget may not accept 0 and it may need to be at least 1. This can be changed in the next update.

    Thread Starter linger668

    (@linger668)

    Actually, I just want to get almost the same thing in your shortcut.(the first pic). And you have showed different twitter_user img, screenname, description. how can you do that?

    Plugin Author miunosoft

    (@miunosoft)

    Make sure you create a rule first for the user you want to show and select the Single template. Then call the rule from the shortcode.

    Thread Starter linger668

    (@linger668)

    Do I need to do the authentication before I use this plugin?

    Plugin Author miunosoft

    (@miunosoft)

    Yes. Otherwise, it cannot not fetch tweets from Twitter as it relies on Twitter API.

    Thread Starter linger668

    (@linger668)

    OK, it works a little. I need to modify the CSS and delete some content to show.
    Can you tell me how can I add more screennames in 1 rules(I use the “add rules by screenname)?

    Plugin Author miunosoft

    (@miunosoft)

    If you want to customize how they are displayed, try creating a custom template. Check out the instruction in the Other Notes section. That way, you can display more screen names in one rule.

    Plugin Author miunosoft

    (@miunosoft)

    v2.3.8 now supports 0 to be set to the count option from the widget.

    Thread Starter linger668

    (@linger668)

    First thank you so much . Actually what I want to display : For each twitter user I have own page. But the the users’s screen name was declare in each post tag. And the tag was linked to twitter user’s own page. So I just want to get user’s profile information (eg, img, description, Followers and the Followers, etc)

    Plugin Author miunosoft

    (@miunosoft)

    Hi,

    But the the users’s screen name was declare in each post tag.

    I do not understand what you mean here.

    Apart from that, it sounds like you want to do something advanced which is not in the scope of the plugin.

    It might be better to create a separate plugin for it. Email me if you really want it to do.

    Thread Starter linger668

    (@linger668)

    Hello, I can get the img and description now, like this:<?php echo $aTweet[‘user’][‘screen_name’]; ?>
    <?php echo $aTweet[‘user’][‘description’]; ?>

    But Can I get the followers and the Followers?

    Plugin Author miunosoft

    (@miunosoft)

    So are you doing it in a custom template?

    Thread Starter linger668

    (@linger668)

    No, I just changed the content of plain template.php.(I don’t know how to move the slider yet)

    Plugin Author miunosoft

    (@miunosoft)

    It’s not recommended to directly modify the built-in templates because when the plugin gets updated, your changes will be gone. Try creating a custom template.

    Let me know when you make it this point. If you need help for creating a custom template, create another topic. I can help there. Let’s keep different issues separate.

    Thread Starter linger668

    (@linger668)

    OK, I have already set new template

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘About display the image and description of user profile’ is closed to new replies.