Make it easier for your blog visitors to follow you on Twitter by adding Twitter Follow button to your blog.
The Twitter Follow Button lets them follow you straight from your blog, without having to visit Twitter. All it takes is just one click (if they are logged in).
The button comes with (optional) followers count. Visitors can also see your profile and latest tweets by clicking the button.
Let us proceed with the tutorial:
The Twitter Follow Button lets them follow you straight from your blog, without having to visit Twitter. All it takes is just one click (if they are logged in).
The button comes with (optional) followers count. Visitors can also see your profile and latest tweets by clicking the button.
Let us proceed with the tutorial:
- Go to Design > Page Elements.
- Click Add A Gadget and select HTML/Javascript gadget.
- Copy the code below and paste it inside the content box:
<!-- Twitter follow button start -->
|
- Replace USERNAME with your Twitter handle (username).
- If you’re already using a Tweet Button on your blog, you won’t need the Twitter widget Javascript (code line 3). Remove it.
- Configure button
You can configure the look of the Follow button by adding link data-attributes (next toclass="twitter-follow-button"
) in line 2. Refer to the list below:
Description Data-attribute
Default
Don’t show followers count
data-show-count="false"
Don’t show Twitter handle data-show-screen-name="false"
Large button (shown here without count)
data-size="large
"
Align button to the right
data-align="right"
- Save the widget and view your blog.
- Do test the button to make sure if it works.
0 comments:
Post a Comment