Page 1 of 1

HTML <article> Tag Read more / read less

Posted: Tue Mar 24, 2026 10:25 am
by Joker7
Good morning,

A big thank you for all your help and advice so far, I'm now enjoying using WYSIWYG.

I can't find a way to add HTML <article> Tag before a some text.
I'm trying to use read more js https://github.com/jedfoster/Readmore.js/
I can add it with a txt editor after exporting the page to HTML, just wondering if possible within WYSIWYG, hopefully I have worked out how to add the js file/link.

Re: HTML <article> Tag

Posted: Tue Mar 24, 2026 10:51 am
by Pablo
<article> is a container tag. So, you will need to set the 'Semantic tag' property of the container.

Image

Alternative, you can add custom code to the text object via the HTML properties.

Re: HTML <article> Tag

Posted: Wed Mar 25, 2026 9:30 pm
by Joker7
Hello,
I'm not sure if it's me but, I can’t get it to work that way.

Trying to get a read more / read less to work within CARDS any ideas.

trying to use read more js https://github.com/jedfoster/Readmore.js/

Re: HTML <article> Tag Read more / read less

Posted: Wed Mar 25, 2026 10:11 pm
by BaconFries
You should note that there is no help with installing 3rd party script as it is understood you know how to use yourself.
This is mentioned at the Forum Rules
With this said there is a extension by crispy68 available see the following:
READ MORE CSS EXTENSION (FREE) - Updated 6/11/25
Any help with this you should ask with him.

Did you real Pablos reply
Alternative, you can add custom code to the text object via the HTML properties.
Adding HTML, Javascript or PHP to a web page Read from Add HTML to an object

Re: HTML <article> Tag Read more / read less

Posted: Thu Mar 26, 2026 7:00 am
by Pablo
I cannot give support on custom script because for me it may also take a lot of time to figure out how these scripts work.

Besides the 'read more' extension, there are two (old) templates that implement a simple read more solution:
https://www.wysiwygwebbuilder.com/support/wb12tryouts/wb12_clouds.html
https://www.wysiwygwebbuilder.com/support/wb12tryouts/wb12_winter.html

Re: HTML <article> Tag Read more / read less

Posted: Thu Mar 26, 2026 8:27 am
by Joker7
BaconFries wrote: Wed Mar 25, 2026 10:11 pm You should note that there is no help with installing 3rd party script as it is understood you know how to use yourself.
This is mentioned at the Forum Rules
With this said there is a extension by crispy68 available see the following:
READ MORE CSS EXTENSION (FREE) - Updated 6/11/25
Any help with this you should ask with him.

Did you real Pablos reply
Alternative, you can add custom code to the text object via the HTML properties.
Adding HTML, Javascript or PHP to a web page Read from Add HTML to an object
Thank you I give it a bash.

Re: HTML <article> Tag Read more / read less

Posted: Thu Mar 26, 2026 8:28 am
by Joker7
Pablo wrote: Thu Mar 26, 2026 7:00 am I cannot give support on custom script because for me it may also take a lot of time to figure out how these scripts work.

Besides the 'read more' extension, there are two (old) templates that implement a simple read more solution:
https://www.wysiwygwebbuilder.com/support/wb12tryouts/wb12_clouds.html
https://www.wysiwygwebbuilder.com/support/wb12tryouts/wb12_winter.html
Understandable, thanks for the links.