Viewing facebook-widget

facebook-widget



User: Ingo P. 6 years ago
EW 2.6.0b, 1878: Is it possible to replace the link „Everweb” in the facebook-widget to something like „facebook is loading …” (or in german: facebook-Seite wird geladen …”)?

<blockquote cite="https://de–de.facebook.com/mysite" class="fb–xfbml–parse–ignore"><a href="https://de–de.facebook.com/mysite">Everweb</a></blockquote>


cheers, Ingo
User: EverWeb Support 6 years ago
Hi Ingo!

It's just a default example of what you should put into the Webpage Address field in the Widget Settings. There is no "empty" state of the widget, it has to point to at least some page on Facebook.

Wayne

-------------------------------
EverWeb Customer Support
Submit Tickets or Learn More
User: Ingo P. 6 years ago
Hi, Wayne. The code-quote above is YOUR code. Each time the widget calls the facebook-content, it writes "Everweb" on the screen, before the content is finally loaded. And so I'm just asking, if you can change this to something like "facebook ist loading ..."

I changed the widget-code for myself so it's no problem for me, but I think, Everweb should give the right info to the user who waits for the content to be loaded.

cheers, Ingo
User: Roddy 6 years ago
In the widget, the code is like this ...

<blockquote cite="{!-plyfbtlFacebookURL-!}" class="fb-xfbml-parse-ignore"><a href="{!-plyfbtlFacebookURL-!}">Everweb</a></blockquote>

It either needs to have "EverWeb" deleted like this ...

<blockquote cite="{!-plyfbtlFacebookURL-!}" class="fb-xfbml-parse-ignore"><a href="{!-plyfbtlFacebookURL-!}"></a></blockquote>

or like this ...

<blockquote cite="{!-plyfbtlFacebookURL-!}" class="fb-xfbml-parse-ignore"><a href="{!-plyfbtlFacebookURL-!}">{!-plyfbtlName-!}</a></blockquote>

... with an input in the widget settings for "Name".

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.