Category Archives: Simple Twitter Connect

STC -shortcodes

Follow on Twitter

 PHP |  copy code |? 
1
 [tweetfollow user="username"]

or in template/non wordpress page

 PHP |  copy code |? 
1
echo do_shortcode(' [tweetfollow user="username"]');

Non WordPress pages need script link in head detailed here.

Tweet Button

 PHP |  copy code |? 
1
[tweetbutton]

Tweet Meme

[tweetmeme]

Posted in Simple Twitter Connect | Leave a comment

STC Dependant Scripts

Links required in head of non WordPress page to enable Simple Twitter Connect short tags:

 PHP |  copy code |? 
1
<script type='text/javascript' src='http://platform.twitter.com/anywhere.js?id=Yncs1XTWIyoEOdmxDLSyg&v=1'></script>

Might have to get id parameter from real WP page…

&nbsp;

Posted in Simple Twitter Connect | 1 Comment