How to disable secure hash for images via RSS

落花浮王杯 提交于 2019-12-08 09:45:16

问题


I using RSS feed to export facebook posts to blogposts on my website. Some times ago i mentioned there is no preview image for share post. I started to looking the reason of it and it turned out that facebook started to provide images with some secure hash.

Example on such image: https://scontent-a.xx.fbcdn.net/hphotos-xpa1/v/t1.0-9/s130x130/10646827_683719278384669_3359388376908609934_n.jpg?oh=29d34b30922c40c1c76faee4455e2225&oe=545D3AF9)

The think is that my share plugin (WP Publicize) is cutting of all pet params from image url and it become unaccessible.

Does anyone now how to disable secure hashes for images on feed?

Thanks forward, Max.

来源:https://stackoverflow.com/questions/25601208/how-to-disable-secure-hash-for-images-via-rss

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!