Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
In HTML, this may refer to the title of a web page or the title attribute of an element, which appears as a tooltip on mouse over
0
votes
0answers
26 views
How can I update og:title after 50 likes on a webpage?
I run a website for a popular annual music festival tour and unfortunately we used dated info (last years's lineup) in our og:title tag.
I know through research here and elsewhere (FB documentation) ...
-3
votes
0answers
34 views
Changing my Facebook page name back. [closed]
http://www.facebook.com/jjbookings.ns
My page is now under this title, and I used to have one under http://www.facebook.com/jjbookings. I want to switch my current page back to this title that I ...
0
votes
0answers
22 views
facebook plugin - title hebrew anf english rtl
Is it possible to force css style on facebook meta tag?
I am using facebook plugin (like that opens a post a comment on facebook) on my web page.
I have a title that is mixed with Hebrew and English ...
0
votes
1answer
32 views
Website Title Change why not working on Facebook?
I want to share my website on my facebook status. But when I write www.site.com it shows me what I wrote as a title when I add to my website to the host. But when I write www.site.com/index.html ...
1
vote
0answers
40 views
Changing metatag “title”
I need to change the title of my website, because now the title is "Home".I want to add a "like" button to the website and I want something different instead of "Home" for the title. I tried changing ...
0
votes
0answers
13 views
Do User Generated Objects allow interaction with og:title and og:description
following the description at http://developers.facebook.com/games/opengraph/ - point 6. User Generated Objects
I understand that the app can generate an indyvidual image for the achievement.
My ...
0
votes
2answers
53 views
Facebook reads wrong title and description from my doman?
This is my domain
this is what facebook reads when I share it
If i share the link with the index.php fully typed as that studioedno.com/index.php there is no problem
My domain went to new hosting ...
0
votes
0answers
14 views
OpenGraph Title fixed [closed]
So I happen to know that after so many 'likes' on a page Facebook locks down the title.
What I really need to know is what facebook decides the page is.
On my home page, I show the latest blog post ...
1
vote
1answer
133 views
Facebook iFrame Title
I currently have a project being reviewed by our accessibility team. Mostly everything passed with the exception of a Facebook iFrame. We need to set a title on the iFrame but I haven't been able to ...
0
votes
0answers
45 views
Action title in own language in OpenGraph
Is there any possibility to change title action from OpenGraph to own language?
If, yes, how can I do it?
3
votes
1answer
107 views
Facebook Recommend Ignoring og:title Until Page Refreshed
I have the typical HTML5 implementation of the Facebook recommend button:
<div id="fb-root"></div>
<script type="javascript">
(function(d, s, id) {
var js, fjs = ...
0
votes
0answers
46 views
Cant shared a link with correct title
i'm sharing some links of my website but when i share some of them the title is not display and instead is shown the link.
I have all meta properties and both links have exactly the same codes ...
0
votes
0answers
34 views
Page title not showing when using facebook Like or sharing/sending
I have put all the OG meta tags and when I view the link using facebook debugger it sees all correct information but when I click LIKE it does not show the correct title in the facebook post. Any ...
-1
votes
1answer
146 views
jQuery/JS Mimic Facebook's Title Flashing on New Messages When not on Page
I've seen other posts on how to just mimic the title flash like Facebook does, but that's easy I can do that (you know, when it alternates at the top between the normal page title and "New Message ...
0
votes
0answers
51 views
Is there any possibility to change a frozen title of the app?
I created an app with the codename as its name and after initial testing while app was in sandbox, I changed its name to a right one and it udpated on most actions seen on facebook pages.
Now, after ...
2
votes
1answer
97 views
Facebook not loading meta or link tags
Facebook isn't showing the title, description or thumbnail when like button is clicked. Thanks for the help!
in head:
<link rel="image_src" ...
0
votes
1answer
691 views
Facebook like button issue image, title, description
I have created a Facebook like button on my website 6 months ago it was working fine and showing image, title and description while posting the comment. But now from 2 days it's not showing any ...
2
votes
1answer
684 views
Facebook Error “There was a problem with the parameters of the request. Body of an error/warning message. Title is: Invalid Request”
I am posting a Link to a Webpage with Embedded video tags (youtube, etc..) through the Graph API to a Facebook Group. This causes the Video to be embedded in the stream but When you click play you ...
1
vote
2answers
317 views
Append a number retrieved via AJAX (jQuery) to document title, as in Facebook notifications
I'm wondering how they append the new notification numbers in document title on Facebook
The problem is not to retrieve the numbers (I can easily do it via AJAX), but to append the response to the ...
2
votes
0answers
902 views
fb:like url parameter value is removed. Title also incomplete
I've added a facebook like button to my page but it doesn't record the given url properly. The problem is that the url displayed on my facebook profile, after I click the like button, is missing a ...
1
vote
1answer
913 views
Facebook sharer title customization
Is there a way to influence the title of a site when it's being shared on Facebook that's separate from setting the <title> in the <head> tag?
I want to have a title for visitors of the ...
5
votes
4answers
3k views
Facebook like or share with dynamic document title
I found this problem all over the net but no answer yet, so maybe here someone solved it ...?
I built a page relying heavily on jquery.address. It's got one index page and the rest loads dynamically ...