WordCamp Malaysia 2010 Blending Social Media in WordPress Presented by Yahya Ayob Tweet me @yahya_ayob Find me in Facebook.com/yahyaayob or Linkedin.com/in/yahyaayob
Common Question What is Social Media? Real Question How to blend Social Media in the awesome WordPress?
“ describes the online technologies and practices that people use to share opinions, insights, experiences and perspectives with each other .” - Wikipedia
Use the Permalink-Template tag to generate links Example: <a href="http://twitter.com/home?status=Read:%20 <?php the_permalink(); ?> ">Tweet this</a> http://wpengineer.com/tweet-this-with-wordpress/
Use the Permalink-Template tag to generate links Example: <iframe src="http://www.facebook.com/plugins/like.php?href = <?php echo urlencode(get_permalink($post->ID)); ?> &layout=standard&show_faces=false&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px;"></iframe> http://www.wpbeginner.com/wp-tutorials/how-to-add-facebook-like-button-in-wordpress/