开发者

Use jQuery to construct "Tweet" button

开发者 https://www.devze.com 2023-01-28 22:03 出处:网络
I know how to use the \"Tweet\" button and to put default text into it but has anyone got anyideas how to do something like t开发者_如何学JAVAhis: I have a div on my website in which i load dynamic mo

I know how to use the "Tweet" button and to put default text into it but has anyone got anyideas how to do something like t开发者_如何学JAVAhis: I have a div on my website in which i load dynamic movie quotes into, so i'd like a tweet button underneath which would tweet "(The current movie quote) and i found it here (my site URL)". Is this going to be possible or not? Could i use jQuery or have to use PHP?


I would use jQuery to find the text within the movie quote div. Then construct the URL with that text before you either open a new window or change the current browser window to go to that Twitter URL.

I think the URL format to pre-fill the tweet is: http://twitter.com/home?status=here+is+my+tweet

0

精彩评论

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