உங்கள் பிளாக்கர் மற்றும் Wordpress தளத்தில் பேஸ்புக் கருத்துரை செருகுநிரலை இணைப்பது எப்படி


பேஸ்புக்கில் நமது பிளாக்கின் புதுப்பிப்புகளை நண்பர்களுக்காக பயனுள்ள இணைப்புகளை பகிர்ந்து கொள்ள ஒரு பிரபலமான சமூக ஊடக பக்கமாக உள்ளது. இது பிளாகர் மற்றும் Wordpress வலைப்பதிவுகள் நுழைந்து பேஸ்புக் கருத்துரைகள் இட கூடுதல் ஸ்கிரிப்ட் முலம் ஒருங்கிணைக்கிறது. இதனால் வலைப்பதிவில் ட்ராபிக் கண்டிப்பாக அதிகரிக்கும்.
பேஸ்புக் உருவாக்குனர் நண்பர்களிடம் விஷயங்களை பகிர்ந்து கொள்ள அற்புதமான சமூக செருகுநிரல்களும் வழங்குகிறது. முதலில் நீங்கள் ஒரு பேஸ்புக் பயன்பாட்டு உருவாக்க வேண்டும் பிறகு FB ஸ்கிரிப்ட் குறியீட்டை உருவாக்க முடியும்



பிளாக்கரில் இணைக்கும் முறை

<b:includable id='comments' var='post'>

பிளாக்கர் 

டெம்ப்ளேட்கள்
 வடிவமைப்புக்குள் சென்று விரிவாக்கு விட்ஜெட் பெட்டியில் டிக் செய்யவும். பின்பு மேலுள்ள குறியீட்டை வரியை கண்டுபிடிக்கவும் 

<b:includable id='comments' var='post'>
<h4>Facebook Comments</h4>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=YOUR_APP_ID
&amp;xfbml=1"></script>
<fb:comments expr:xid="data:post.id" numposts="10" width="425" publish_feed="true"></fb:comments>

அடுத்து அந்த வரியின் கிழ் ஸ்கிரிப்ட் குறியீட்டை இட்டு சேமிக்கவும்

Wordpress


Find this line of code at Wordpress theme 'single.php' here the path wp-content ->themes -> Your_Theme -> single.php
<?php comments_template(); ?>
Copy and paste the following code above the line above:
<h4>Facebook Comments</h4>
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=YOUR_APP_ID
&amp;xfbml=1"></script>
<fb:comments xid=">?php the_ID()?>" numposts="10" width="425" publish_feed="true"></fb:comments>
<?php comments_template(); ?>

பழைய பதிவுகளை தேட

[blogger]

MKRdezign

தொடர்பு படிவம்

பெயர்

மின்னஞ்சல் *

செய்தி *

Blogger இயக்குவது.
Javascript DisablePlease Enable Javascript To See All Widget