tveheim
Forum Replies Created
-
OK, thanks!
I noticed that I also need to get Unicode/UTF-8-characters in the imported posts. See here for example that it’s not working at the moment: https://www.fotballavisen.no/hangeland-uaktuelt-a-ta-en-riise/
Is it possible to hook into the RSS plugin and modify how the plugin handles the character setting? Do you allow this? And where can I do that?
Thanks! I managed to use a function in the theme <head> to solve this.
I’m trying to find the right php file in order to edit the way the plugin handles the import of the pictures. Is this the correct one?
“wp-rss-multi-importer/inc/import_posts.php”I’m thinking something like the function below. Will that work?
}function setFeaturedImage($post_id,$url,$featuredImageTitle){
if( strpos( $url, ‘https://img.skysports.com/’ ) >= 0 ){
$url = str_replace( ‘128×67’, ‘660×350’, $url );
}Looking at this a little more in depth, I am not sure I’m going to be able to use the plugin to automatically redirect to the external article when clicking on the link OR picture on the front page..
Is it possible to hook into the RSS plugin and modify the permalink for the image to the source URL. Do you allow this? And where can I do that?
Otherwise I reckon I may need a jQuery script to do it for you on the front end?
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Auto redirect to external url in postHi,
Thank you so much for getting back to me!Unfortunately I′m not skilled when it comes to this kind of stuff. Any chance you could try to explain it step by step? If you are able to explain it in an easier way that would also be highly appreciated!
Thank you so much!
Kind Regards, Thomas
Great! Is it any way to do the same thing with the pictures?
The pictures also gets very blurry. Any way we can get high pictures in higher resolution?