Thank you for your response – I didn’t realise a new theme was available! I will update it now.
Cheers,
Janelle
Hi,
For some reason I can’t see the cloud library plugin in my Newspaper > Plugins panel
https://snag.gy/7ChxjI.jpg
Is there anything I need to do to make this appear? Is it still available with the latest versions of newspaper?
Thanks,
Janelle
Ok thank you for the explanation!
cheers,
Janelle
Thanks for your response. I installed the User Role editor plugin and have been able to add unfiltered HTML to the Author role, which solved my issue.
Thank you!
Janelle
Hi,
There is no restriction on who can use the key other than it has to come from the same website. It is definitely the Author role that is the problem, I know because I changed one of my Authors to be an Editor and it then worked without issue.
Yes its probably the same even for default themes. The Author role does have restrictions on post content – they are not able to embed iframes, see here: https://brilliantinfo.net/embed-video-as-an-author/
But what I would like to know is does TagDiv have any recommended plugins to use with Newspaper for editing User Role capabilities? Or any recommended plugins to use with Newspaper for embedding google maps? The other option is to edit the functions.php file, but I would prefer to just use a plugin recommended with Newspaper.
Thank you!
Janelle
So is there anyone able to help? Doing some research and some suggest to update the user capabilities in the theme file.
https://wordpress.stackexchange.com/questions/183502/give-author-users-the-right-to-embed/183504
Other suggestions are to use a different method of embedding maps or to use a User Role Editor plugin to change the Author capabilities. Does TagDiv have any recommendations on which approach is best?
Thank you!
Janelle
Thank you!
Thank you for the answer and tips. Do you know whether premium Yoast SEO is required to do what I need or whether the free version would suffice?
Thank you,
Janelle
Thanks for the quick response, I followed your instructions and it’s working now!
Cheers,
Janelle
and where do I add the below code to include the Facebook Javascript SDK? In the “Custom Code > Custom Javascript” section of the Theme panel?
Do I need to modify the code at all as the Newspaper Theme panel says not to include the script tags.
<div id=”fb-root”></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = ‘https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0’;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));</script>
Any help is much appreciated! Thank you.