Archived topic
How to create a 'copy rss' button
3 replies · Started by Steven on March 7, 2023
What I want to do is add a button that when pressed allows the user to copy the RSS feed url for my blog.
Does anyone have any ideas how I can go about doing this, please.
Big thanks
Steven
Hi Steven,
Such a feature need custom Javascript code. This would be out of our scope of support.
This article should help: https://www.w3schools.com/howto/howto_js_copy_clipboard.asp
You basically need to create a button and add an onclick event to copy the URL to your feed to the clipboard.
Thanks for you help Fernando :)
You're welcome, Steven! :)