Jappi
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] Change image size from facebook feedHello Beer,
I hope, you could help me one more time:
In the feed (https://www.facebook.com/feeds/page.php?id=136113746547580&format=rss20), the german “ü” (für) is wrong. How can I fix it? I played with your code
function fwp_facebook_text( $data ) { $data['post_content'] = preg_replace_callback( '|für|', function ( $matches ) { return str_replace( 'für', 'ü', $matches[0] ); }, $data['post_content'] ); return $data; } add_filter( 'syndicated_post', 'fwp_facebook_text', 10, 2 );… but it doens´t work.
Regards,
JanForum: Plugins
In reply to: [FeedWordPress] Change image size from facebook feedHello Beer,
thank you very much! It works now. You just made my day!
Jan
Forum: Plugins
In reply to: [FeedWordPress] Change image size from facebook feedHello Beer,
thank you. I´m sorry, but it doens´t work 🙁
I paste your code, but thes.jpgis still there.
http://neu.meinejobbox.de/
https://www.facebook.com/feeds/page.php?id=400448853383673&format=rss20http://s14.directupload.net/images/140525/ryvmgu7m.png
What is wrong?
Regards,
JanForum: Plugins
In reply to: [FeedWordPress] Change image size from facebook feedHello Beer,
thank you for the code. But unfortunately it doens´t work. When I use the code, the import don´t run. If I ad the
return $content;for the last}there is a php error. What is wrong?Regards,
Jan