I'm developing a WordPress theme that has a sidebar and in it I've added the jetpack Facebook page widget.
I want to also add the Facebook customer chat plugin to the site.
The issue I'm having is that the rendered HTML for the customer chat plugin gets appended in the same context as the Facebook page widget which is causing a display bug - the plugin doesn't appear in the bottom right of the page, it sits just below the Facebook page plugin in the sidebar.
Is there a way to tell the Facebook SDK where to place the html for the chat plugin ?
I've looked through the API documentation but no dice.
Thanks!
Related
I am currently building a website for my fishing guide business. You can see it here: https://keystimecharters.com the problem is, at the bottom there are facebook, instagram, twitter and mail icons. I cannot find a way to edit the url link to my instagram account. In the customization layout, when I hover my mouse over the Instagram icon a red circle with a line through it appears.
Maybe this is because I used a template from the wordpress website?
Need a reasoning for this, thanks for your time!
If you are using a Theme Builder it may be inside the builder footer options, if you have a custom template, it maybe on your theme inside footer.php, if your theme has custom options it may be inside the options... What theme are you using? Are you doing this with a builder?
I am updating a website that was built (not by me) in Wordpress using Elementor. I'm trying to add a calendar that can list basic events and provide links to them. I found the plugin called "Wordpress Calendar" and have been able to add one of those to the draft of the site, but whenever I right-click on the calendar and choose "edit calendar," a bar pops up on the left hand side of the screen telling me about "user restrictions." So I can't actually add any events to the calendar. I think I have full access to edit the site. Is there a way to bypass Elementor and create the calendar in Wordpress code?
Is there a free way to add an editable calendar? I see this but I'm not sure how to integrate it into the Elementor site: https://wordpress.org/plugins/the-events-calendar/
Sorry, I'm new to WP.
You can use this solution:
1- Install that plugin you have found https://wordpress.org/plugins/the-events-calendar/
2- Visit this page https://theeventscalendar.com/knowledgebase/k/embedding-calendar-views-with-the-tribe_events-shortcode/ and get the shortcode you need. The shortcode will display the calendar you want on any page you place the shortcode in.
3- Insert the shortcode within Elementor builder: just add a new "Shortcode" element and insert the shortcode you need into it.
Note: the calendar can only be edited by you in the backend.
I am using "Facebook instant articles" feature for my WordPress website.
The instant articles are being generated without any error, and I can see them while using the Facebook app. In the generated instant article only first five lines of the original article's content are displaying. The rest of the content from the article is coming as a hyperlink. Users need to click on READ MORE link which comes after five lines. The link will redirect the user to original link via the browser.
Things I have tried:
I have checked if there is any option for including all the text from an article in STYLE EDITOR in Facebook page's publishing tools section. But didn't find any option there.
If I disable Divi builder everything is working fine. When I enable builder plugin, read more (hyperlink) is coming.
Some more information:
I have not yet tried API option for generating instant articles.
I am using default style editor.
I am using official Facebook instant articles for WP plugin for generating instant articles.
I am not using RSS feed option.
I am using Divi Builder plugin.
Question: How to display all the content from the article in facebook instant article?
Does anyone know of any plugins or resources for creating of a live preview for front-end submitted Wordpress posts?
My site has a front-end submission page with several text fields, radio buttons, and an image uploader. I would like to have a div to the right of these fields that displays a live preview using the page's template. I've haven't been able to find anything helpful online.
Photo of my front end post submission page
I have a plugin that displays a custom meta box when authoring pages and posts. Is there any way to get this information to appear on the mobile app provided by Wordpress? My general hunch is no - but I figured I'd ask in case i'm missing something.