![]() ![]() |
Jul 1 2011, 12:12 PM
Post
#1
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
In all Joomla! Extensions Directory is no one good plugin to add facebook comments and facebook like. So, best way is to add comments from facebook manual, in php code of your joomla template - in article layout. To add "Facebook like" in joomla articles, add this code in php code of your template: Код <?php $uriii = & JURI::getInstance(); ?> <div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=111923202235044&xfbml=1"></script><fb:like href="<?php echo $uriii->_uri;?>" send="true" width="450" show_faces="false" font="tahoma"></fb:like> This part will get current url - for Joomla 1.5: Код <?php $uriii = & JURI::getInstance(); ?> <?php echo $uriii->_uri;?> For Joomla 2.5 and Joomla 3: Код <?php $uriii = & JURI::current(); ?> <?php echo $uriii; ?> Parameters in facebook script: - send: true or false - width in pixels - show_faces: true or false - font: your font To add "Facebook comments" in joomla articles, add this code in code of your template: For Joomla 2.5 and Joomla 3: Код <?php $uriii = & JURI::current(); ?> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <div class="fb-comments" data-href="<?php echo $uriii; ?>" data-numposts="5" data-colorscheme="light"></div> For Joomla 1.5: Код <?php $uriii = & JURI::getInstance(); ?> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script> <div class="fb-comments" data-href="<?php echo $uriii->_uri;?>" data-numposts="5" data-colorscheme="light"></div> You can remove also: Код data-href="..." In never versions of facebook scripts, script automatically detect url. You can stylish div - for responsive comments design, add this to your css: Код .fb-comments, .fb-comments iframe[style], .fb-comments span { width: 100% !important; } How to moderate facebook cooments? Add this to head part of page (again in template): Код <meta property="fb:admins" content="your user id"/> In this way this user id can moderate and delete bad comments. Optional: If you want, you can create facebook application and add this part of code again in head: Код <meta property="fb:app_id" content="your app id"> In this way uou will get facebook like, comments and send for current url of current page in joomla. Work with sef or not-sef urls. Enjoy -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
Pinned: Joomla Scraper Can Grab Any Content From Any Website |
86 | Web Design Seo | 590,852 | 8th September 2021 - 07:02 AM Last post by: Web Design Seo |
![]() |
Pinned: How To Optimize Speed And Server Load For Joomla Website? How to reduce server load for Joomla site |
0 | Web Design Seo | 66,204 | 15th January 2020 - 09:17 AM Last post by: Web Design Seo |
![]() |
How To Block Bad Bots On My Website .htaccess Code code for .htaccess |
3 | Web Design Seo | 79,806 | 15th January 2020 - 07:46 AM Last post by: Web Design Seo |
![]() |
Pinned: list with new Joomla exploits |
20 | Web Design Seo | 385,815 | 26th September 2018 - 05:07 AM Last post by: Web Design Seo |
![]() |
Pinned: How To Check Aged Domain Names Quality old domain for sale - check quality first! |
3 | Web Design Seo | 99,024 | 10th September 2018 - 06:22 AM Last post by: Web Design Seo |
![]() |
Pinned: Joomla Pagination Seo Plugin SEO plugin for Joomla Pagination that work in all Joomla |
61 | Web Design Seo | 463,892 | 13th March 2018 - 10:05 AM Last post by: mxcpz |
![]() |
Pinned: Joomla Scraper Going Open Source No licenses, use scraper on unlimited number of web sites |
0 | Web Design Seo | 352,558 | 8th March 2017 - 07:40 AM Last post by: Web Design Seo |
![]() |
How To Boost Onpage Seo Of My Website fast and power way to find the right keywords and to rank it quickly |
0 | Web Design Seo | 77,090 | 16th January 2017 - 01:47 PM Last post by: Web Design Seo |
![]() |
Joomla Ден 2016 Joomla Day 2016 |
1 | Web Design Seo | 310,694 | 31st October 2016 - 10:11 AM Last post by: Web Design Seo |
![]() |
Facebook логин | 0 | Valqk | 284,179 | 14th September 2016 - 09:45 AM Last post by: Valqk |
|
Lo-Fi Version | Time is now: 1st June 2026 - 10:50 PM |