AHWEBDEV
Forum Replies Created
-
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaif you only want comment from facebook and not default comment you should use shortcode instead automatic usage.
You should just add this line
<?php echo do_shortcode('[AWD_comments url="'.get_permalink().'"]'); ?>
just right after thecomments_template('', true); ?>
code. in single .php and in page.phpTo use custom css, you have to create a css file, and to store it somewhere on your server.
you must set the css url in the shortcode like that.
<?php echo do_shortcode('[AWD_comments url="'.get_permalink().'" css="URL_OF_YOUR_FILE_CSS"]'); ?>
You can find default css file here
You can use firebug in firefox to help you find wich class and id you must custom.Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaHi, at the bottom of your file,
you can see:
<?php if (get_option('professional_show_postcomments') == 'on') comments_template('', true); ?>
the Facebook comments are called from the function
comments_template();
This function in your theme only work if get_option(‘professional_show_postcomments’) is equal to true or 1.
you should enable comments on this post to see Facebook comments.
But if you want to display only Facebook comments, you can’t with this theme because the condition os outside the comments fucntion.You will have to enable both WordPress comments and Facebook comments
Or you can use shortcode.You can paste this line
<?php echo do_shortcode('[AWD_comments url="'.get_permalink().'"]'); ?>
right after thecomments_template('', true); ?>
in single.php and in page.php
this will add by shorcode comments form on singles and pages
If you need to exclude comments form form a specified post, you should use php condition inside template.??
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaMaybe you can past here the code from your page single.php ?
Thx
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaIt’s not the fix to the probleme but note that you really must add/replace this line
<html xmlns="https://www.w3.org/1999/xhtml" xmlns:fb="https://www.facebook.com/2008/fbml">
in header.php in your theme. without that All xfbml plugins will not work on IE.I download the theme and try it to check comments.
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaSorry its not the good website…
Will check agin…
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaHey guy, when i go on a post on your site I saw Comments Form!
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaYes, for sure, i will check again.
I can’t do anything before monday.I will install same theme ans try it.
Stay updated!
++
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin areaIf you Want the comments and the login work in IE, you should add/replace a line in your header html too.
<html xmlns=”https://www.w3.org/1999/xhtml” xmlns:fb=”https://www.facebook.com/2008/fbml”>
Forum: Plugins
In reply to: [Facebook AWD All in one] Facebook Comment, and Facebook admin area1. The comments is call in the
comments_template()
php functionSometimes your theme do not use this feature correctly.
In a good theme, your comments.php file should include this function, outside the condition if comments are activated on the post.You should verify this fucntion is in your theme.
2. For Login in your site using FB connect, you should acitvate it, i saw it’s on on your site.
But you need also to add params URL AND DOMAIN for fb connect in Facebook Application Parameters.
Thank you for report, i will fix this in the next release. Next week!
THX!
Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] logout link errorDid you find a solution ?
Home page ? How it is display in your home page ? with shortcode ? or in the feed of posts ?
Try that, Go to Facebook URL Linter and submit the url of your home page or url the like button was supposed to like.
Verify if you set URL coorectly for the like button.
And you should activate openGraph too, to have a better experience with shared infos.Forum: Plugins
In reply to: [Facebook AWD All in one] [Plugin: Facebook AWD All in one] logout link errorCan you past the logout link here please ?(source)
The logout system, wil first logout form facebook,then facebook will redirect you on the logout url of wordpress.
Maybe Facebook doen’t redirect like he should.
AHHHHHHHH SO BAD
Facebook Change Like button fonction from 3month ago…
You are not the only one to have that probleme, it’s a popular
Bug Comme from FACEBOOK.I realy don’t know why it can’t work, and i know that is not come
from that plugin. Simply because i use it on at least 20 blogs
without any problèmes… and d-simply because the like buttton is a
iframe, and do not depend from the plugin.
So the error appear when facebook is checking the content of your
page.you should verify in the header of your page if there isn’t any
redirection http before the page load.
Facebook want only canonical url.But I am sure, Said by the technical guys on facebook conference,
that if facebook cannot fetch infos from your page and if opengraph can not give more info, then button like will not work.
<b>For the opengraph settings, you have Two way to configure them.</b>
1 With global settings… (that ‘s what i said to you ) MAX 5
minutes for all your type of page
Facebook -> Opengraph, for each type of post page taxonomie,
terms etc….
For each field you just have to set pattern.
exemple for title, you can use %POST_TITLE% the plugin will
replace that by the real title when the page does appear.2. individually on each post or page or custom post type, you can
redefine glogals settings previously explained.Nothing it’s easy as you said, nobody can just click and work,
facebook protocol need a little more config than one click…Sorry for my poor english…