- π¦πΊAustralia VladimirAus Brisbane, Australia
Drupal 7 is no loner supported.
Marking as outdated.
Checking compliance with the w3 standards using http://validator.w3.org returns a few errors such as:
I propose that the information in the attributes of each span can be put into a javascript variable, this way the markup can be standard complient, and since this module already depends on javascript it wouldn't hinder the performance if the client browser doesn't support javascript.
The array could look somewhat like this.
var shareThis_info =
{
st_facebook_large:
{
st_url:"http://www.google.com",
st_title:"Google",
displaytext:"Facebook"
},
etc...
};
This way you can use the class as the key to quickly get the information of the currently active span via javascript.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 7 is no loner supported.
Marking as outdated.