Status/Resolution/Reason: To Fix//EnhancementRequired
Reporter/Name(from Bugbase): Aaron N. / ()
Created: 09/08/2019
Versions: 2018
Failure Type: Enhancement Request
Found In Build/Fixed In Build: 2018.0.04.314546 /
Priority/Frequency: Normal / Very few users will encounter
Locale/System: / Platforms All
Vote Count: 0
Issue: cf_socialplugin fixes and enhancements for 2019
Please see attached 20190908_socialplugin_revised.cfm which contains these updates/fixes:
* For the Facebook Like Box, Facebook Activity Feed, Facebook Follow Button and Google PlusOne button, added a CFML comment containing their respective deprecation notices
* For the Facebook Like Button, added support for these options: autologappevents and size
* For the Facebook Comment Box, added support for this option: autologappevents
* For the Facebook Comment Box, corrected the data attribute name data-num-posts to data-numposts
* For the Facebook Comment Box, corrected the data attribute data-width to accept any percentage not just 100% (my bug from 01.08.2015-01.09.2015)
* For all Facebook iframes, corrected '/#ATTRIBUTES.apiversion#' to '/v#ATTRIBUTES.apiversion#' as FB's versioning requires the 'v' prefix (my bug from 01.10.2015)
* Removed unnecessary 'ATTRIBUTES.encodeOutput = (ATTRIBUTES.encodeOutput) ? "true" : "false";' (my bug from 01.16.2015)
* For the Twitter Follow Button and Tweet Button, updated the language validation with additional supported languages (Twitter supports 34 languages now)
* For the Twitter Follow Button, added support for the size option in the iframe (my bug from 01.10.2015)
* For the Twitter Follow Button, removed the unsupported data-width and data-align data attributes (my bug from 01.08.2015-01.09.2015)
* For the Twitter Tweet Button, fixed support for the size option in the iframe to only use the size's 1st letter (my bug from 01.10.2015)
* For the Twitter Tweet Button, added missing defaults (my bug from 01.10.2015) for ATTRIBUTES.width (450 to match the Like button) and ATTRIBUTES.height (90 to match the Like button)
* For the Twitter Tweet Button, removed the deprecated count and counturl options
* For the Twitter Tweet Button, removed ATTRIBUTES.showcount as it was unused and failed validation and isn't even supported by Twitter
* For the Twitter Tweet Button, updated the https://twitter.com/share URL to https://twitter.com/intent/tweet
Attachments:
Comments: