Experiencing a 401 Unauthorized Error During Update?
If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here(
onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.
No bug How can I share a custom HTML module on FB?
- Cindy De Permentier
- Onderwerp Auteur
- Offline
Minder
Meer
- Berichten: 5
- Ontvangen bedankjes 0
1 jaar 5 maanden geleden #2516
door Cindy De Permentier
How can I share a custom HTML module on FB? werd gestart door Cindy De Permentier
Is it possible to share a custom html module on FB?
When I try to do this, I get the result that it shows the logo showed on top of that page and the article used on that page.
So completely not the module I want to show on FB but although is visilble on the page FB refers to.
Can I find some documentation in order to make this work?
www.vrijzinnigwestvlaanderen.be/over-ons...rderlicht#g-showcase
When I try to do this, I get the result that it shows the logo showed on top of that page and the article used on that page.
So completely not the module I want to show on FB but although is visilble on the page FB refers to.
Can I find some documentation in order to make this work?
www.vrijzinnigwestvlaanderen.be/over-ons...rderlicht#g-showcase
Onderwerp is gesloten.
- Ruud van Lent
- Offline
Minder
Meer
- Berichten: 1624
- Ontvangen bedankjes 107
1 jaar 5 maanden geleden #2517
door Ruud van Lent
Beantwoord door Ruud van Lent in topic How can I share a custom HTML module on FB?
Hi Cindy,
So you have created a custom HTML module that displays an image. You then set that module to display on the page. Correct?
In this case ochOpenGraph runs on the article content (so basically on the article text and there is no image there).
What you can do is add to the custom module not only the image, but also the tag {_ochopengraph image="https://link-to-the-image-for-facebook"} (without the _)
the custom module should then be configured to 'prepare content'.
What will happen then is that ochOpenGraph will run on the custom module as well and will use the image=" ... " as opengraph image.
so this is based on the assumption made in the beginning
So you have created a custom HTML module that displays an image. You then set that module to display on the page. Correct?
In this case ochOpenGraph runs on the article content (so basically on the article text and there is no image there).
What you can do is add to the custom module not only the image, but also the tag {_ochopengraph image="https://link-to-the-image-for-facebook"} (without the _)
the custom module should then be configured to 'prepare content'.
What will happen then is that ochOpenGraph will run on the custom module as well and will use the image=" ... " as opengraph image.
so this is based on the assumption made in the beginning
Onderwerp is gesloten.
- Cindy De Permentier
- Onderwerp Auteur
- Offline
Minder
Meer
- Berichten: 5
- Ontvangen bedankjes 0
1 jaar 5 maanden geleden #2518
door Cindy De Permentier
Beantwoord door Cindy De Permentier in topic How can I share a custom HTML module on FB?
Hi,
You understand exactly what I want to do.
This is the html code of the module, where do I put the tag?
<div class="uk-grid">
<div class="uk-width-medium-1-2"><span style="font-size: 0.9rem;"><img src="images/Blankenberge/Images/Nieuw-bestuur-22-blankenberge.jpg" alt="nieuw bestuur voor noorderlicht" width="500" height="247" /></span></div>
<div class="uk-width-medium-1-2">
<h3>VLC Noorderlicht heeft nieuw bestuur</h3>
<br />VLC Noorderlicht heeft na 5 jaar een nieuw bestuur verkozen op zondag 27 maart '22. <br />Op de foto vlnr: Wim Govaert, Brecht Govaert, Yves Hoffmann, Lorie Goethals, Ann Content, Harald Prasse, Bo Bentein, Stefaan Vandenbussche, Lars Meysman, Antoine Declerck, Niels Vandenbussche. Ontbreekt op de foto: Ivan De Leu. <br />Dit nieuw bestuur, met een aantal jonge leden, zal de volgende 5 jaar het reilen en zeilen van de vrijzinnigheid in Blankenberge bepalen. Er is voldoende enthousiasme, nu nog een beetje geluk met de algemene toestand van de volksgezondheid.</div>
</div>
<p><strong>{jssocials}</strong></p>
You understand exactly what I want to do.
This is the html code of the module, where do I put the tag?
<div class="uk-grid">
<div class="uk-width-medium-1-2"><span style="font-size: 0.9rem;"><img src="images/Blankenberge/Images/Nieuw-bestuur-22-blankenberge.jpg" alt="nieuw bestuur voor noorderlicht" width="500" height="247" /></span></div>
<div class="uk-width-medium-1-2">
<h3>VLC Noorderlicht heeft nieuw bestuur</h3>
<br />VLC Noorderlicht heeft na 5 jaar een nieuw bestuur verkozen op zondag 27 maart '22. <br />Op de foto vlnr: Wim Govaert, Brecht Govaert, Yves Hoffmann, Lorie Goethals, Ann Content, Harald Prasse, Bo Bentein, Stefaan Vandenbussche, Lars Meysman, Antoine Declerck, Niels Vandenbussche. Ontbreekt op de foto: Ivan De Leu. <br />Dit nieuw bestuur, met een aantal jonge leden, zal de volgende 5 jaar het reilen en zeilen van de vrijzinnigheid in Blankenberge bepalen. Er is voldoende enthousiasme, nu nog een beetje geluk met de algemene toestand van de volksgezondheid.</div>
</div>
<p><strong>{jssocials}</strong></p>
Onderwerp is gesloten.
- Ruud van Lent
- Offline
Minder
Meer
- Berichten: 1624
- Ontvangen bedankjes 107
1 jaar 5 maanden geleden #2519
door Ruud van Lent
Beantwoord door Ruud van Lent in topic How can I share a custom HTML module on FB?
anywhere you like, easiest below the jssocials tag you already have in there.
The tag will not be visible when it is processed.
The tag will not be visible when it is processed.
De volgende gebruiker (s) zei dank u: Cindy De Permentier
Onderwerp is gesloten.
- Cindy De Permentier
- Onderwerp Auteur
- Offline
Minder
Meer
- Berichten: 5
- Ontvangen bedankjes 0
1 jaar 5 maanden geleden #2520
door Cindy De Permentier
Beantwoord door Cindy De Permentier in topic How can I share a custom HTML module on FB?
Perfect, this is exactly what I need!
Onderwerp is gesloten.
- Ruud van Lent
- Offline
Minder
Meer
- Berichten: 1624
- Ontvangen bedankjes 107
1 jaar 5 maanden geleden #2521
door Ruud van Lent
Beantwoord door Ruud van Lent in topic How can I share a custom HTML module on FB?
Thanks for reporting back Cindy.
good to hear it works.
If you have any other questions feel free to open a new topic.
Have a nice day!
regards,
Ruud.
good to hear it works.
If you have any other questions feel free to open a new topic.
Have a nice day!
regards,
Ruud.
Onderwerp is gesloten.