Forum Moderators: rogerd

Message Too Old, No Replies

Social Networking Tools and Toolbar Applications

How many people forget they have them?

         

trillianjedi

12:45 pm on Dec 18, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Some toolbars identify themselves in the browser UA (stumbleupon is one example).

Anyone using that to include additional content to, for example, the stumbleupon user - reminding them that they have the facility to click a button on the toolbar and rate your page?

if ( user_agent contains "stumbleupon.com" ) {
echo $stumble_upon_link;
}

pmkpmk

9:07 am on Dec 20, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Interesting concept. Let me have a look at my UA strings...