Forum Post On Twitter

barutiwa

Resident
Joined
Jun 24, 2010
Messages
570
Reaction score
0
FP$
6
Does anybody know the software needed to have newly created threads from your forum post to your twitter account?
 
To see these go to http://www.itsallaboutmusic.net Look on the index the top you will this one.


This is used for your account.

Code:
a href="http://www.facebook.com/Your FB ID info here/><img src="/images/forums/facebook.jpg" alt="facebook" border="0" /></a> 

<a href="http://www.myspace.com/YOU MS Info here/"><img src="/images/forums/myspace.jpg" alt="myspace" border="0" /></a> 

<a href="https://twitter.com/YOUR Twitter ID here/"><img src="/images/forums/twitter.jpg" alt="twitter" border="0" /></a> 

<a href="http://www.youtube.com/Your Youtube info here/"><img src="/images/forums/youtube.jpg" alt="youtube" border="0" /></a>
You also need the images, so you may need to chage the location of that file per your own board file location. You can lift them off my site if you like.

This is for member accounts. You click a genre then a topic and you will see these at the end of each post.

This goes in your topic_body.html agian you need to make adjustments to the code but this allows members to share a post on these sites, the above allows you to share on your own. You do not change anyting but the path to the image.

Code:
<!-- IF postrow.S_SO_FACEBOOK -->	<a href="{postrow.U_FACEBOOK}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_facebook.png" alt="{L_SHARE_ON_FACEBOOK}" title="{L_SHARE_ON_FACEBOOK}"/></a><!-- ENDIF -->
											<!-- IF postrow.S_SO_TWITTER -->	<a href="{postrow.U_TWITTER}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_twitter.png" alt="{L_SHARE_ON_TWITTER}" title="{L_SHARE_ON_TWITTER}"/></a><!-- ENDIF -->
											<!-- IF postrow.S_SO_ORKUT -->		<a href="javascript:(function(){var d=document,l=d.location,e=encodeURIComponent,u='http://promote.orkut.com/preview?src=bkmrklt&v=1&nt=orkut.com&du='+e(l.href)+'&tt='+e(d.title),s='&rdrinl=1';if(!window.open(u,'','height=575,width=700,directories=0,location=1,menubar=0,resizable=0,scrollbars=1,status=1,toolbar=0'))l.href=u+s;})();"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_orkut.gif" alt="{L_SHARE_ON_ORKUT}" title="{L_SHARE_ON_ORKUT}"/></a><!-- ENDIF -->								
											<!-- IF postrow.S_SO_DIGG -->		<a href="{postrow.U_DIGG}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_digg.gif" alt="{L_SHARE_ON_DIGG}" title="{L_SHARE_ON_DIGG}"/></a><!-- ENDIF -->
											<!-- IF postrow.S_SO_MYSPACE -->	<a href="{postrow.U_MYSPACE}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_myspace.png" alt="{L_SHARE_ON_MYSPACE}" title="{L_SHARE_ON_MYSPACE}"/></a><!-- ENDIF -->
											<!-- IF postrow.S_SO_DELICIOUS -->	<a href="{postrow.U_DELICIOUS}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_delicious.gif" alt="{L_SHARE_ON_DELICIOUS}" title="{L_SHARE_ON_DELICIOUS}"/></a><!-- ENDIF -->
											<!-- IF postrow.S_SO_TECHNORATI -->	<a href="{postrow.U_TECHNORATI}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_technorati.png" alt="{L_SHARE_ON_TECHNORATI}" title="{L_SHARE_ON_TECHNORATI}"/></a><!-- ENDIF -->

										<!-- ENDIF -->


there are other options on PHPB boards and may even be some here at FP.
 
Are you saying I only need to modify topic_body.html to get my forum threads to post to my twitter account?
 
Back
Top Bottom