Redirection correction
-
Hi,
Want to get in touch to ask you if you wouldn’t mind correcting the redirection that happens with the author image please? Here is what I mean:
Remove the following redirect chain if possible:
https://graph.facebook.com/113174522101365/picture?type=square
https://scontent.xx.fbcdn.net/v/t1.0-1/p50x50/15572_973619872723488_2981815564096196144_n.png?oh=c0e9a0d04fd3428155291a9fb7282545&oe=59945F33There is 1 redirect
https://graph.facebook.com/113174522101365/picture?… redirects to https://scontent.xx.fbcdn.net/…/15572_973619872723488_2981815564096196144_n.png?…
I manually correct this myself by removing the image in the code entirely like so:
facebook-feed-shortcode.php
line 867 replace whats there with (Doing this prevents a warning rather then commenting the whole line out):
$authorimage = ‘<div class = “wff-author-image”></div>’;Then in CSS do display none on wff-author-image.
Could you fix it or add an option to remove the image entirely please?
Thank you!
- The topic ‘Redirection correction’ is closed to new replies.