- 🇮🇳India arunkumark Coimbatore
Unable to apply the patch on the latest version.
- Status changed to Needs review
about 1 year ago 7:47am 28 September 2023 - 🇮🇳India arunkumark Coimbatore
Rerolled the patch for the latest version version of the module.
The Facebook share Icon is hidden and when I wanna share some of the text to Facebook, appears this error "Invalid App ID: The provided app ID does not look like a valid app ID."
1- Remove "display: none" form selection-sharer.css file to show the Facebook icon.
2- Remove "app_id=", "&href=", and "&redirect_uri" from Facebook share link, and replace "dialog/feed?" with "sharer/sharer.php?", "caption" with "quote" and "link" with "u" to fix sharing feature.
That means replace this link
https://www.facebook.com/dialog/feed?app_id="+c.appId+"&display=popup&caption="+encodeURIComponent(b)+"&link="+encodeURIComponent(c.url2share)+"&href="+encodeURIComponent(c.url2share)+"&redirect_uri="+encodeURIComponent(c.url2share)
with this link
https://www.facebook.com/sharer/sharer.php?quote="+encodeURIComponent(b)+"&u="+encodeURIComponent(c.url2share)
in selection-sharer.js file
Needs review
1.4
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Unable to apply the patch on the latest version.
Rerolled the patch for the latest version version of the module.