Share post on facebook, strange error - html

I need to implement a facebook share button on a website I am currently developing. The theory is simple and works with a simple link, e.g. https://www.facebook.com/share.php?u=https%3A%2F%2Freddit.com%2Fr%2Fall%2F. This works for me for random pages and my home page.
However, this does not work for all pages of that web site except the home page (/).
Example:
Page http://www.youmatch.global/approach/
Share link https://www.facebook.com/share.php?u=http%3A%2F%2Fwww.youmatch.global%2Fapproach%2F
The sharing dialog states "Object not found". I am already trying for two days but I have no clue what might be the problem.
Any ideas?

You may take look at this page to see what's wrong in your sharer : https://developers.facebook.com/tools/debug/sharing/

Related

Direct link or html code to get facebook likes by cliking in a picture

I need a method to get likes for my facebook page directly by cliking on a picture
I mean when a visitor of my website click in a specific picture he automaticaly likes my page
with facebook social plugin I got this link but it doesn't make you liking the page automaticaly you need to click the like button and confirm
I don't know how to get that link or html code , "I visited a website uses this method"
I hope you can help me
I researched this as well but I can confirm you that, since this could be easily abused to mislead the client and obtain a load of likes, it is not possible in an official, Facebook-approved way.

Facebook like working then not again

Ok I have checked all the other posts that are similar to this but none of them are truely the same.
I have a like button on my website. The page is created dynamically via a perameter passed to the page called "page"
find here;
http://dev.crosbylakeside.co.uk/watersports/index.php?page=watersports
Now on the home page of this section the like button works great. However it does not work on any other section at all!!
The strange thing is its essentially the same page. If you check my source code header info its always right. The facebook og data is also dynamic to simulate page changes and is working fine.
If you go to the dev bugs page and put in the url of my site it all checks out ok.
I have tried everything but I cant seem to get it to go.
Please help thanks
Looks like was a caching issue

Flash Issue index.html

I know very little about flash but my news works website it written in this but not working and I've been asked to have a look. The problem is the login page is corrupted and so will not allow you to go past it but thats where most of the website is (My plan is to create a HTML copy of the site) The only html page I see is index.html and when on the page and you click a link, the address bar along the top still remains at index.html, does anyone know how I can get into the flash site (I have this offline) so I can edit the login page and thus copy the code/information.
Thanks for you're time
Ross
It's hard to tell what's wrong without any code, would you care to share the source code with us?
Also, some interpunction would help. It's very hard to make up what you're trying to say here, because everying is one big sentence.

Facebook Like Button with show_faces=1 only showing up to three avatars

I'm not sure how to debug this. I paste the code from Facebook as it is given to me including the option to show faces of those that like the page.
I've clicked 'Like' using multiple Facebook accounts (more than three) but I only see three faces, never any more than three.
I searched stackoverflow and the facebook support threads and haven't found much mentioning this.
Could this be a URL scoping issue? The URL for the Like Button is for page other than the one it is on.
If someone could simply recommend how to begin debugging this, I would be very grateful.
I have tried both the iframe embed and the fbml version with the same end result.
http://extremelypublic.com/of/privacy#exposure
I've had this happen when there aren't very many Likes (less than 300-500)?

Dynamically updating Images to Facebook Page

I want to dynamically update the three images from "Trend Alert" in the EDM below:
http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
To this Facebook iFrame.
http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
I'm hoping someone knows a way to update these automagically - I don't want to have to manually change them every week.
The problem as you can see is that the EDM above spits out a different dynamic link every week.
Any one worked on something similar to this before?
This Facebook page currently features the same technique (The Latest section) - so if anyone can shed some light on it that would be great!
http://www.facebook.com/rachelzoe
EDIT: I've created the html email template and have got the iframe working - but i'm unsure how to link the images to the Facebook as the link to the html email (campaign monitor) will change weekly?
LINK to EDM: http://sophiehart.createsend4.com/t/ViewEmail/r/D3501506593F4120/5AA0D88279FE59B738A555EB6E97B45B
LINK TO FB: http://www.facebook.com/apps/application.php?id=198582036826535&sk=app_198582036826535
You can create a Facebook Application and install it as a tab in your client's Facebook Page. This tab will render an iframe with content from any URL that you specify. This way, you can do anything you want with your webpage (e.g. display 3 dynamic images), and it will be embedded in your client's Facebook Page.