× Joomla Facebook Connect support forum

Topic-icon i Like Button "Gefällt mir"

Active Subscriptions:

None
14 years 8 months ago #13621 by dydu
Hello

First Sorry for my english.

I have a Problem with yout i Like Button ("gefällt mir")

I need only your i Like Button in the contents of The Website.

The Button is visible but when i click the i Like Button i have a error (Fehler) text in red.



I made the configuration like this www.sourcecoast.com/jfbconnect/features/...facebook-like-button


The Error by like this:

The page failed to provide a valid list of administrators. It needs to specify the administrators using either a "fb:app_id" meta tag, or using a "fb:admins" meta tag to specify a comma-delimited list of Facebook users.

I only need your i Like Button have i to do the Configuraton also for Facebook API?

Also I dont need the Button Send (picter) i think in the configuration it is off (not visibel)?





My Insatlltions:

www.dynamic-duo.ch

Joomla 1.5.6
JFBConnect Version: 4.0.1

I am real Happy if you can give me a advise.

You need a login ore sothing els,- let my know.

Thank you and Greatings

René
The topic has been locked.
Support Specialist
14 years 8 months ago #13668 by alzander
If you're just using the Like button, no, you shouldn't need to create a Facebook Application. However, you will need to do one additional step to provide the admins parameter that the Error is reporting.

In the Social configuration area of JFBConnect, on the Open Graph tab, add the following string:
fb_admins=xxxxxx
Where xxxx is your Facebook user ID. This can be found in a few different ways on your Facebook profile page (some work, some don't). For us, if we go to our main profile/wall page, and hover over our name (next to the avatar in the top left), the URL that goes to has an id string in it. That's your Facebook User ID.

In future releases, we plan to make JFBConnect more forgiving if you don't have an AppId as more user's are using just the social widgets or other features that don't require an AppId.

Regarding the Send button, are you using the Content Plugin to insert the Like button? If so, then the configuration page you show should remove it properly. If you're using the {JFBCLike} tag, you'll need to add {JFBCLike show_send_button=0} to it. The JFBCLike module has a similar parameter.

Finally, if you're really using 1.5.6, I'd highly recommend upgrading. The most current Joomla is 1.5.24, and there have been a lot of bug-fixes and security releases in those 18 versions since 1.5.6.

Hope this helps, and good luck,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13719 by dydu
Replied by dydu on topic i Like Button "Gefällt mir"
Hello Alex

fisrt thank you for your answer :-)).

Sorry but i'am still fighting wirh this installtions.
I have try wat you told me:



I stil have the same error

Can you pleas help me on more time?

PS: Thank you for the information to update the website (Joomla),- we do this soon,- first are the customers work to do :-))). I try your software on ouer Website, then a customer is waiting for this installtion :-)).

Thank you very much

Greatings

René
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13886 by dydu
Replied by dydu on topic i Like Button "Gefällt mir"
Hello

is it possibel to get an answer?

i have made your changes, and this dos not work!!

We are still waiting and my customer make som presser!

Thank you for a answer

Gruss René
The topic has been locked.
Support Specialist
14 years 8 months ago #13920 by alzander
Gruss,
Very sorry for the delay. I missed your previous response. Can you post (or private message) me the URL of a page with this problem? We may need to see what's being generated on the page to figure out the cause.

One other thing to try, since you aren't using any of the features that require an AppId, is to remove our inclusion of the AppId as an Open Graph tag. You can do so in the /plugins/system/jfbcsystem.php file. Search for the following block of code (around line 1000):
if (strpos($headerGraphString, 'fb:app_id') === false)
            {
                //Add in App ID
                $appId = $configModel->getSetting('facebook_app_id', '');
                $headerGraphString .= '<meta property="fb:app_id" content="' . $appId . '"/>' . $carriageReturn;
            }

Simply comment out all of those lines by adding double forward-slashes // to the front of each line.

Once done, re-scan your page with the Linter/Debug tool and see if that improves the problem:
developers.facebook.com/tools/debug

Good luck, and let us know if you still have issues,
Alex
The topic has been locked.
Active Subscriptions:

None
14 years 8 months ago #13952 by dydu
Replied by dydu on topic i Like Button "Gefällt mir"
Hello Alex

thirst Thank you very much for your answer :-)).

the thing is funny. Right know i want to make your changes,- but know the error is desapiert,-yess!!

But sorry i have know one more questen.

When you gow to the Website www.dynamic-duo.ch, on the Homepage we have to contents each with your Like button.
When i klick one of this Button then they count by both buttons the Persons how like this.


Ouer Customer hav a News blog with more artikels and when somme one klick the Button it shot be that only count by the Button he had klickt, not by the other artikels.

Is this possible?

Thank you for your answer and Sorry that i need your help again.

Also thank you, that you spend your time to understand waht i men,- i think is not easy.

Gruss René
The topic has been locked.
Support Specialist
14 years 8 months ago #13961 by alzander
For the Like buttons, they're all specifying the same URL by using the parameter href="www.dynamic-duo.ch". So, when one is clicked, all 3 will act like they are clicked. To make them 'separate' buttons, each should link to a different URL on your site:

So, for the article that goes to:
www.dynamic-duo.ch/index.php?option=com_...&catid=23&Itemid=102
The JFBCLike tag should be:
{JFBCLike href=http://www.dynamic-duo.ch/index.php?option=com_content&view=article&id=13:produkte&catid=23&Itemid=102}

For all articles though, you can use the Content Plugin to automatically add the Like button. When you use this method, JFBConnect will automatically set the href parameter to the final page of the article. In blog views, that will make it so that if one Like is clicked, they won't all be automatically clicked.

Hope that helps, and good luck,
Alex
The topic has been locked.