[twitter-dev] Twitter Button Counter Not Incrementing

2011-07-02 Thread Sam
Hello all,
I was wondering if someone could explain why the counter on this page
does not increase:

http://www.stubhub.com/promotions/scratch/content/tweet.html

Thanks for the help,
Sam

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


[twitter-dev] Twitter Button Torture!

2011-06-09 Thread 3 rexes
Hi all,

I have an issue here. All I want is the horizontal button on my
website, but can only get the vertical button to look right. I've
spent 2 hours  I just don't have the brain power to figure this out.
Oddly, if I paste the horizontal code on the same page as the vertical
code, the horizontal works but I have 2 buttons. But once I remove
the vertical code the horizontal button is cut off  whacked. Here is
my page w/the vertical button I don't want.

http://www.threerexes.com/Shop/NecklacePage/Empress-Silver-Gothic-Choker-Necklace.html

Horizontal button code a href=http://twitter.com/share;
class=twitter-share-button data-count=horizontal data-
via=3rexesTweet/ascript type=text/javascript src=http://
platform.twitter.com/widgets.js/script

Vertical button code a href=http://twitter.com/share; class=twitter-
share-button data-count=vertical data-via=3rexesTweet/ascript
type=text/javascript src=http://platform.twitter.com/widgets.js;/
script

Any ideas???

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


[twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Tony House
I am hoping to add the Twitter Button to several pages at the Census,
but need to limit the cookies (Being a government agency we have laws
regarding cookies on our sites in addition to concerns over Personally
Identifiable Information).  I have noticed that I have 14 cookies
related to twitter. Is there code for the like button which turns off
specific cookies - or at least makes the button work with just session
information?
Thanks
Tony

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


Re: [twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Tom van der Woerdt
You could simply use some CSS to create a Tweet Button-like button and 
link to https://twitter.com/share


Example: https://twitter.com/share?url=http://test.com/

I'm pretty sure that the docs specify the arguments which you can pass 
to the Tweet Button.


Tom


On 5/20/11 8:30 PM, Tony House wrote:

I am hoping to add the Twitter Button to several pages at the Census,
but need to limit the cookies (Being a government agency we have laws
regarding cookies on our sites in addition to concerns over Personally
Identifiable Information).  I have noticed that I have 14 cookies
related to twitter. Is there code for the like button which turns off
specific cookies - or at least makes the button work with just session
information?
Thanks
Tony



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


Re: [twitter-dev] Twitter button code limiting cookies

2011-05-20 Thread Abraham Williams
If you want the count you could use the unsupported count API. It did not
appear to set any cookies for me. Keep in mind that it is an internal API
and could break/change at anytime.

https://apigee.com/console/apigee-console-snapshots-130422600_9810507d-e2fc-4af8-bf6b-49ed8443b8a9/rendersnapshotview

Abraham
-
Abraham Williams | InboxQ http://inboxq.com/ | abrah.am
@abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am
This email is: [ ] shareable [x] ask first [ ] private.



On Fri, May 20, 2011 at 11:33, Tom van der Woerdt i...@tvdw.eu wrote:

 You could simply use some CSS to create a Tweet Button-like button and link
 to https://twitter.com/share

 Example: https://twitter.com/share?url=http://test.com/

 I'm pretty sure that the docs specify the arguments which you can pass to
 the Tweet Button.

 Tom



 On 5/20/11 8:30 PM, Tony House wrote:

 I am hoping to add the Twitter Button to several pages at the Census,
 but need to limit the cookies (Being a government agency we have laws
 regarding cookies on our sites in addition to concerns over Personally
 Identifiable Information).  I have noticed that I have 14 cookies
 related to twitter. Is there code for the like button which turns off
 specific cookies - or at least makes the button work with just session
 information?
 Thanks
 Tony


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


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


[twitter-dev] Twitter Button and W3C Validator

2011-01-15 Thread Murray Smith
We're adding the Tweet Button to our test web page ( 
http://www.plentyofforestryjobs.com/00_fj_index.html ) and are receiving the 
following errors from the W3C Validator ( http://validator.w3.org ):

*Line 178, Column 82*: there is no attribute data-url 
*Line 178, Column 141*: there is no attribute data-text 
*Line 178, Column 206*: there is no attribute data-count 
*Line 178, Column 228*: there is no attribute data-via 

Our Twitter code is:
a href=http://twitter.com/share; class=twitter-share-button 
data-url=http://www.plentyofforestryjobs.com/index.html; data-text=Check 
out the new job at Plenty of Forestry Jobs™ ! data-count=horizontal 
data-via=PFJForestryJobsTweet/ascript type=text/javascript 
src=http://platform.twitter.com/widgets.js;/script

How do we resolve these errors?  Thanks in advance!

-- 
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


[twitter-dev] Twitter Button and W3C Validator

2011-01-12 Thread Fabricio Gomes
--- portuguese version
Estou utilizando o Tweet Button na minha pagina web e está causando os
seguintes erros no W3C Validator:

cannot generate system identifier for general entity v
general entity v not defined and no default entity
reference not terminated by REFC delimiter
reference to entity v for which no system identifier could be
generated
entity was defined here

tudo por causa da linha

…script src=http://platform.twitter.com/anywhere.js?
id=4MefUUvPXcQdIm30HhQv=1

utilizo o modelo através da url no link, no formato

a class='twitter-share-button' href='www.twitter.com/share?
url=minha_urlamp;text=meu_textoamp;count=horizontalamp;via=fabriciorgomes'Tweet/
a

O que eu posso fazer para validação no W3C?

Obrigado

--english version
I'm using Tweet Button on my web page and is causing the following
errors in the W3C Validator:

 can not generate system identifier for general entity v
 general entity v not defined and the default entity
 reference not terminated by delimiter REFCO
 reference to entity v Which is the system generated identifier
Could Be
 entity was defined here

 all because of the line

 ... script src = http://platform.twitter.com/anywhere.js?
id=4MefUUvPXcQdIm30HhQv=1

 i use the model with a url in link, like

 a class='twitter-share-button' href='www.twitter.com/share?
url=my_urltext=my_textcount=horizontalvia=fabriciorgomes'Tweet/
a

 What can I do to the W3C validation?

Thanks!


-- 
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


Re: [twitter-dev] Twitter Button and W3C Validator

2011-01-12 Thread Matt Harris
When validating for XHTML you need to ensure the  in URLs is encoded as
amp;

In your case that would mean using:
http://platform.twitter.com/anywhere.js?id=4MefUUvPXcQdIm30HhQamp;v=1
and

http://www.twitter.com/share?url=minha_urlamp;text=meu_textoamp;count=horizontalamp;via=fabriciorgomes

Best,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Wed, Jan 12, 2011 at 5:46 PM, Fabricio Gomes 
fabriciorodriguesgo...@gmail.com wrote:

 --- portuguese version
 Estou utilizando o Tweet Button na minha pagina web e está causando os
 seguintes erros no W3C Validator:

 cannot generate system identifier for general entity v
 general entity v not defined and no default entity
 reference not terminated by REFC delimiter
 reference to entity v for which no system identifier could be
 generated
 entity was defined here

 tudo por causa da linha

 …script src=http://platform.twitter.com/anywhere.js?
 id=4MefUUvPXcQdIm30HhQv=1

 utilizo o modelo através da url no link, no formato

 a class='twitter-share-button' href='www.twitter.com/share?

 url=minha_urlamp;text=meu_textoamp;count=horizontalamp;via=fabriciorgomes'Tweet/
 a

 O que eu posso fazer para validação no W3C?

 Obrigado

 --english version
 I'm using Tweet Button on my web page and is causing the following
 errors in the W3C Validator:

  can not generate system identifier for general entity v
  general entity v not defined and the default entity
  reference not terminated by delimiter REFCO
  reference to entity v Which is the system generated identifier
 Could Be
  entity was defined here

  all because of the line

  ... script src = http://platform.twitter.com/anywhere.js?
 id=4MefUUvPXcQdIm30HhQv=1

  i use the model with a url in link, like

  a class='twitter-share-button' href='www.twitter.com/share?
 url=my_urltext=my_textcount=horizontalvia=fabriciorgomes'Tweet/
 a

  What can I do to the W3C validation?

 Thanks!


 --
 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


-- 
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


Re: [twitter-dev] Twitter Button error

2011-01-07 Thread Matt Harris
Hi,

Thanks for letting us know about this. Could you file a ticket on our issues
tracker so we can track any progress. The issues lists can be found at this
URL:
http://code.google.com/p/twitter-api/issues/list

Thanks,
@themattharris
Developer Advocate, Twitter
http://twitter.com/themattharris


On Thu, Jan 6, 2011 at 5:55 PM, worksapp v...@worksapp.com wrote:

 I am getting following error - 'url' parameter does not contain a
 valid URL.

 on page -
 http://xn--m-0faa.eu/2010/12/5-parimat-saiti-tasuta-mangude-jaoks/

 Searching on the group, it seems similar issues have been resolved,
 but i am not able to find what the issue is in this case. Any help
 would be much appreciated.


 Thank you

 --
 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


-- 
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


[twitter-dev] Twitter Button error

2011-01-06 Thread worksapp
I am getting following error - 'url' parameter does not contain a
valid URL.

on page - http://xn--m-0faa.eu/2010/12/5-parimat-saiti-tasuta-mangude-jaoks/

Searching on the group, it seems similar issues have been resolved,
but i am not able to find what the issue is in this case. Any help
would be much appreciated.


Thank you

-- 
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


[twitter-dev] Twitter Button..

2010-11-12 Thread Ace Khor
Hi,
I need someone teach me on how to create a twitter button with
embedded message
inside(because I do not want user to change for the wording) and able
to have a callback function to track on user had tweet for the
message?

I tried @Anywhere API with the tweetBox function, it is do have
callback function, but it is not flexible enough to meet my goal..
Hope somebody can write me some sample code..

Conclusion:
A Tweet button, while click it will pop out a windows which ask for
Authentication with(Allow/Deny button). Once click allow, then the
message will tweet to that particular user's wall.

p/s: The code must be in javascript.

-- 
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


Re: [twitter-dev] twitter button with access token?

2010-11-08 Thread Matt Harris
The Tweet Button handles this for you. If you are already logged into Twitter 
the Tweet Button won't ask you to login again.

The API doesn't allow you to log a user in.

Hope that helps,
@themattharris

On Nov 5, 2010, at 14:42, jack jackwum...@gmail.com wrote:

 i am wondering if there is a way to pass access token to the twitter
 button, if the user already loged in to my website and i have his
 access token stored. then i can skip the twitter login screen.
 
 -- 
 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

-- 
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


[twitter-dev] twitter button with access token?

2010-11-06 Thread jack
i am wondering if there is a way to pass access token to the twitter
button, if the user already loged in to my website and i have his
access token stored. then i can skip the twitter login screen.

-- 
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


[twitter-dev] Twitter Button does not run into iPhone Web Page

2010-10-28 Thread Daniel
Hi! I'm developing an address search Bot and I return an URL for users
with the map...

Example:
http://doo.ly/p2b70

If you open this link from an iPhone Safari's an error is occurred...

Any idea?

-- 
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


[twitter-dev] Twitter Button on sites.google.com

2010-10-20 Thread John Turl
If the button code offered on the website is pasted into a Google
hosted website, it generates the following error message: Your HTML
either contains unsafe tags (iframe, embed, styles, script) or extra
attributes. They will be removed when the page is viewed. Can you
advise a work-around?

-- 
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


[twitter-dev] twitter button not showing counter

2010-10-17 Thread Ismael Briasco
There is a problem with the tweet-button since the last days, when
nobody shared that link the counter isn't showing 0 anymore...

e.g.: 
http://mashable.com/2006/07/18/tworl-connects-strangers-via-instant-messaging/

Any ideas?

-- 
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


[twitter-dev] Twitter button with custom image?

2010-08-30 Thread Chris Hylton
Hello, I don't have much experience with javascript but I wanted to
implement the recently released twitter button and all its features
with a custom image to go with my website's theme. I figured out the
basics, but I don't know how to replicate the url shortener or have
the @username. Can anyone help me with this?

-- 
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?hl=en


Re: [twitter-dev] Twitter button not showing up in IE7

2010-08-25 Thread Matt Harris
Hey Artem,

I've looked at your page and can see in your code that the Tweet
Button is rendering successfully, just not being shown.

Looking at your code it looks like the problem is with your position:
absolute; rule. In IE positioned objects like this can be missing
their 'hasLayout' setting. To fix this it can be helpful to add
something like zoom: 1 or height: 1% to the div.

Hope that helps,
Matt

On Mon, Aug 23, 2010 at 11:21 PM, Artem Russakovskii
archon...@gmail.com wrote:
 Hi there,

 I installed the new twitter button today at http://www.androidpolice.com
 and it is not showing up in IE7 (in both IE8 compatibility mode and
 IETester). I don't see any JS errors, but absolutely nothing is
 showing up, on either the main page or the post pages.

 I tried to move the js into the header but that didn't help.

 Any ideas?

 Thank you.




-- 


Matt Harris
Developer Advocate, Twitter
http://twitter.com/themattharris

-- 
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?hl=en


[twitter-dev] Twitter button with custom URL shortener

2010-08-17 Thread romainst
Hi everyone!
I'm developer for a French News TV Channel,
and as we already own a bit.ly Pro Entreprise account
to have our own URL shortener with our domain,
I just wanted to know if it were possible to deactivate
t.co shortening on tweet buttons to keep our custom shortened URLs?

Thanks!

Regards,
Romain


Re: [twitter-dev] Twitter button with custom URL shortener

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 3:37 PM, romainst wrote:
 Hi everyone!
 I'm developer for a French News TV Channel,
 and as we already own a bit.ly Pro Entreprise account
 to have our own URL shortener with our domain,
 I just wanted to know if it were possible to deactivate
 t.co shortening on tweet buttons to keep our custom shortened URLs?
 
 Thanks!
 
 Regards,
 Romain

You can't deactivate it but you can work around it by using the data-url
attribute on your button and putting your URL in it.

Tom


[twitter-dev] Twitter Button Counts

2010-08-16 Thread artesea
On my website I have added the Twitter Button and I want it to use my
own customer short URL. However I'm finding it never counts the number
of search results.

eg:
http://www.libdemvoice.org/office-of-the-public-guardian-finally-starts-to-get-some-serious-public-scrutiny-20680.html
has http://ldv.org.uk/20680 as a shortlink

I'm using data-url with http://ldv.org.uk/20680 and continuously get
back 0. Click on the zero and at the moment I get 4 search results.
I noticed that bit.ly mentioned an undocumented data-counturl, setting
this to the shortlink continues to bring up 0, however using the full
link I get 1, but as most people tweet our shortlink already I want
those numbers, and those using the full link are those RSS-Tweet
people who I don't really care about.

Is there any reason why using my custom short links we aren't getting
back any results?


Re: [twitter-dev] Twitter Button Counts

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 2:05 PM, artesea wrote:
 On my website I have added the Twitter Button and I want it to use my
 own customer short URL. However I'm finding it never counts the number
 of search results.
 
 eg:
 http://www.libdemvoice.org/office-of-the-public-guardian-finally-starts-to-get-some-serious-public-scrutiny-20680.html
 has http://ldv.org.uk/20680 as a shortlink
 
 I'm using data-url with http://ldv.org.uk/20680 and continuously get
 back 0. Click on the zero and at the moment I get 4 search results.
 I noticed that bit.ly mentioned an undocumented data-counturl, setting
 this to the shortlink continues to bring up 0, however using the full
 link I get 1, but as most people tweet our shortlink already I want
 those numbers, and those using the full link are those RSS-Tweet
 people who I don't really care about.
 
 Is there any reason why using my custom short links we aren't getting
 back any results?

I have one theory and that is that the Twitter button caches the
numbers. Try opening a different browser - I've heard people that said
that this works.

You should also make sure that you don't generate a new shortlink for
every tweet.

Tom