Mobile app version of vmapp.org
Login or Join
Debbie626

: Make my website dynamically loaded data available to Facebook Open Graph Object Scrapper Here is the design of my web site: The user enter myWebsite.com/a/1 .htaccess rules redirect to myWebsite.com/b

@Debbie626

Posted in: #Facebook #Javascript #OpenGraphProtocol

Here is the design of my web site:


The user enter myWebsite.com/a/1
.htaccess rules redirect to myWebsite.com/b
Now the JavaScript ExtJS library is loading.
Extracting the value from the URL (in this case it is “1”)
Loading ./xml/1.xml
From 1.xml setting the Open Graph data (Title, type, image, etc)
Loading data that will be shown to the user from 1.xml into the website.


My question is:

How can I make the Open Graph data available to Facebook? Facebook do not to load my ExtJS JavaScript Library before extracting the Open Graph Object values from the HTML. Is there an easy solution to this problem? The only solutions I found is to make statics web pages or dynamically pages rendered on the server side but I would like to avoid these since my web page implementation is already finished and I would like to avoid re working on it.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Debbie626

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angie530

As you already mentioned you have to generate the pages dynamically for the facebook user agent

The facebook bot is not possible to parse javascript (like google or bing bot too)

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme