Can one style a custom Tweet button AND utilise the data attributes?

For some reason they won’t let you use the Javascript data attributes with a custom button so you have to add them to the URL in your HTML. So for your example: You would then add &text=your%20text with your text. <a href=”http://twitter.com/share?url=http%3A%2F%2Fdev.twitter.com%2Fpages%2Ftweet-button&text=my%20text%20here” target=”_blank”> The other codes are the same, just add &related= etc. Make sure … Read more

How to retrieve all tweets from a user and not just the first 3,200 as Twitter limits it’s timeline and API to

You can use twitter search page to bypass 3,200 limit. However you have to scroll down many times in the search results page. For example, I searched tweets from @beyinsiz_adam. This is the link of search results: https://twitter.com/search?q=from%3Abeyinsiz_adam&src=typd&f=realtime Now in order to scroll down many times, you can use the following javascript code. var myVar=setInterval(function(){myTimer()},1000); … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)