Hi,

I have one query.
I am creative my own twitter button which will open through javascript
popup, with that popup I also want to show in the that popup content
which we place in (data-counturl="Content come here" how can be it is
possible?

my script is like this

")
function myPopup1() {
        window.open( "http://twitter.com/share?url=myURL";, "myWindow",
"status=1, height = 400, width = 500, resizable = 0" )
}
<a onclick="myPopup1()"><img src="twitter.png" alt="Twitter"
title="Twitter" border="0" /></a>
"
is this is possible?

thanks
Rahul

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to