ToNetU
05-31-2011, 10:00 PM
Hello there,
For people don't know, Twitter just released their new "Follow Button" so we can use it in our website.. Source (http://twitter.com/about/resources/followbutton)
- What is this mod for?
This mod is to help your members to show there there twitter username so people can follow them. and with this button you don't have to leave the page to enter to twitter then press the follow button "like the old days" :)
now people can follow you without leaving the page in just one touch!
- Can I show how many followers He/She has next to the Follow button?
Yes, Twitter added this choose so it's up to you "as forum admin" if you want to show to your members how many followers they have or not.
let's begin work..
1- you have to add new user profile field:
- Go to your admincp.
- From "User Profile Fields" choose "Add New User Profile Field"
- Choose "Signle-Line Text Box"
- Make it like this screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=129635&stc=1&d=1306897276
- Click "Save"
- Remember this number after you save your new field "check the screenshot" :
https://vborg.vbsupport.ru/attachment.php?attachmentid=129636&stc=1&d=1306897604
2- Now edit your (Postbit or Postbit_legacy Template) dependence on which one your are using.
- Search for in it for:
{vb:raw template_hook.postbit_messagearea_start}
- Add below it:
If you want to show how many followers She/He has add this:
<vb:if condition="$post['field5']">
<center><a href="http://twitter.com/{vb:raw post.field5}" class="twitter-follow-button">Follow @{vb:raw post.field5}</a></center>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</vb:if>
- Change 5 to the field number you made before "check the second screenshot above"
If you doesn't want to show how many followers they have add this:
<vb:if condition="$post['field5']">
<center><a href="http://twitter.com/{vb:raw post.field5}" class="twitter-follow-button" data-show-count="false">Follow @{vb:raw post.field5}</a></center>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</vb:if>
- Change 5 to the field number you made before "check the second screenshot above"
- Press "Save"
3- This is how it going to be in the thread:
https://vborg.vbsupport.ru/attachment.php?attachmentid=129644&stc=1&d=1306898681
And this is After you press "Follow"
https://vborg.vbsupport.ru/attachment.php?attachmentid=129645&stc=1&d=1306898681
4- That's it :)
NOTE:
- Note your member that if they want to add there twitter ID they have to edit their "profile" by going to "Setting" then "Edit Profile". And type their username without the @ . Ex: ToNetU not @ToNetU
UPDATE:
- If you want the button to be below the avatar, go to this post https://vborg.vbsupport.ru/showpost.php?p=2202905&postcount=9
For people don't know, Twitter just released their new "Follow Button" so we can use it in our website.. Source (http://twitter.com/about/resources/followbutton)
- What is this mod for?
This mod is to help your members to show there there twitter username so people can follow them. and with this button you don't have to leave the page to enter to twitter then press the follow button "like the old days" :)
now people can follow you without leaving the page in just one touch!
- Can I show how many followers He/She has next to the Follow button?
Yes, Twitter added this choose so it's up to you "as forum admin" if you want to show to your members how many followers they have or not.
let's begin work..
1- you have to add new user profile field:
- Go to your admincp.
- From "User Profile Fields" choose "Add New User Profile Field"
- Choose "Signle-Line Text Box"
- Make it like this screenshot:
https://vborg.vbsupport.ru/attachment.php?attachmentid=129635&stc=1&d=1306897276
- Click "Save"
- Remember this number after you save your new field "check the screenshot" :
https://vborg.vbsupport.ru/attachment.php?attachmentid=129636&stc=1&d=1306897604
2- Now edit your (Postbit or Postbit_legacy Template) dependence on which one your are using.
- Search for in it for:
{vb:raw template_hook.postbit_messagearea_start}
- Add below it:
If you want to show how many followers She/He has add this:
<vb:if condition="$post['field5']">
<center><a href="http://twitter.com/{vb:raw post.field5}" class="twitter-follow-button">Follow @{vb:raw post.field5}</a></center>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</vb:if>
- Change 5 to the field number you made before "check the second screenshot above"
If you doesn't want to show how many followers they have add this:
<vb:if condition="$post['field5']">
<center><a href="http://twitter.com/{vb:raw post.field5}" class="twitter-follow-button" data-show-count="false">Follow @{vb:raw post.field5}</a></center>
<script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
</vb:if>
- Change 5 to the field number you made before "check the second screenshot above"
- Press "Save"
3- This is how it going to be in the thread:
https://vborg.vbsupport.ru/attachment.php?attachmentid=129644&stc=1&d=1306898681
And this is After you press "Follow"
https://vborg.vbsupport.ru/attachment.php?attachmentid=129645&stc=1&d=1306898681
4- That's it :)
NOTE:
- Note your member that if they want to add there twitter ID they have to edit their "profile" by going to "Setting" then "Edit Profile". And type their username without the @ . Ex: ToNetU not @ToNetU
UPDATE:
- If you want the button to be below the avatar, go to this post https://vborg.vbsupport.ru/showpost.php?p=2202905&postcount=9