开发者

jquery twitter plugin that is seo friendly

开发者 https://www.devze.com 2023-02-08 17:56 出处:网络
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 a

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消