jquery twitter plugin that is seo friendly
ive been googling and failed to find a jquery twitter plugin that is seo friendly. by seo friendly, i mean one that initially loads the data in html, then later by ajax. most plugins load by ajax so are not seo friendly, i need google to be able to 开发者_开发百科index the tweets
This is not possible to do with just JS - if the initial page has to have the HTML on it then the server side language has to put it there. What you want is a PHP Library, not a jQuery plugin...
Since no sane jQuery plugin makes any assumptions about the server-side technologies, you will just have to get the jQuery plugin to overwrite the div in which you put the output of your PHP twitter feed library.
精彩评论