Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 16, 20231 yr Spotted that there are some x.com/ URLs now appearing for the normal tweet links - as a result, oembed will fail and they'll be links. 'twitter.com' => array( 'https://publish.twitter.com/oembed', static::EMBED_TWEET ), 'mobile.twitter.com' => array( 'https://publish.twitter.com/oembed', static::EMBED_TWEET ), Tested and adding x.com equivalents of the above to oembedServices in \IPS\Text\Parser will sort it out. 'x.com' => array( 'https://publish.x.com/oembed', static::EMBED_TWEET ), 'x.twitter.com' => array( 'https://publish.x.com/oembed', static::EMBED_TWEET ),
August 16, 20231 yr 1 hour ago, Nathan Explosion said: Tested and adding x.com equivalents of the above to oembedServices in \IPS\Text\Parser will sort it out. Is this a file to edit? I've been having complaints about this for a while
August 26, 20231 yr Is there any fix for this until the 4.7.13 is released proper? (assume its fixed in that?) Happy to edit a file but need to know the changes to make, having so many x.com links being posted Edited August 26, 20231 yr by marklcfc
August 27, 20231 yr It is fixed in 4.7.13. Generally IPS does not promote manually editing files and instead will recommend waiting for the version to be released.
August 29, 20231 yr On 8/26/2023 at 12:45 PM, marklcfc said: Is there any fix for this until the 4.7.13 is released proper? (assume its fixed in that?) Happy to edit a file but need to know the changes to make, having so many x.com links being posted The fix if you want it before 4.7.13 is released 'proper', would be 4.7.13 beta
September 6, 20231 yr This issue was resolved in the recently released 4.7.13 release. Please update in order to fix this issue, and if you see any problem after that point, please let us know.