Buttonizer
Forum Replies Created
-
Hey @carmenoana ,
Just a follow up as we haven’t got any reply from you yet. Did you manage to resolve the issue already?
Hope to hear from you soon! π
Thank you for your review! We’re happy to hear that π
Enjoy using Buttonizer π€
Hey @carmenoana ,
Thanks for reaching out to us and trying out Buttonizer π€
This sounds like the Facebook Messenger widget wasn’t initialized correctly.
Do you see any issues related to Facebook in your console? Maybe you already have a Facebook snippet on your site, in that case the Messenger script won’t initialize correctly.
Are you able to share your site? Then we can take a look at the issue.
Hope to hear from you soon π
Forum: Plugins
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Does not workHey @mstudioil ,
No worries, we can help you any time.
If you still need help, let us know via our Buttonizer Community. This can be done via a private ticket as well.
For now, I’ll mark this topic as resolved.
If there’s anything else we can help you with, let us know!
Forum: Reviews
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Great pluginThank you for reviewing us! We’re really happy to hear that and to help you out!
Have fun using Buttonizer π€
Forum: Plugins
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Does not workHey @mstudioil ,
Just a follow up as we haven’t got any reply from you yet. Did you manage to resolve the issue already?
Hope to hear from you soon!
Hey Jose!
We were happy to help you out!
If you have any feedback or need any further support, make sure to let us know by sharing it on our Buttonizer Community π
Have fun using Buttonizer and higher conversions π€
Forum: Reviews
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Great pluginHey @emily232 ,
Thank you for your kind words!
If you have any feedback, please make sure to let us know by sharing it on our Buttonizer Community π
Have fun using Buttonizer π€
Hey @tresojos ,
We might have found the issue you were experiencing. There was an issue with Firefox not loading our icons dialog. Maybe you were using this browser and couldn’t load/find the YouTube icon because of this.
We have deployed an update last week π
If there’s anything else, let us know π€
Hey again,
We haven’t heard back from you for a while now. I’ll mark this as resolved.
If you still require support, please create a ticket via our Buttonizer Community π
Have fun using Buttonizer π€
I’ll mark this support topic as resolved.
Have fun using Buttonizer π€
Forum: Plugins
In reply to: [Buttonizer - Floating Menus, Sticky Buttons, & Popup Builder] Does not workHey @mstudioil ,
Thanks for reaching out to us!
Sorry to hear that, did there appear any errors? Were you able to open the editor or did you encounter issues?
Hope to hear from you soon π
Hey @june01 ,
Thanks for reaching out to us!
Since version 3.0 we’re using our standalone, this version does not actually load your site, but makes a temporarily screenshot instead of loading in your site.
You can read more about that here.
Sometimes a screenshot cannot be generated, there are some situations described in the knowledge base article above.
It also makes my website very slow. I donβt like the new version
Sorry to hear that! Our CDN should take care of that.
Could you let us know from what country you are and a link to your site? Then we can take a look for you for both issues.
Hope to hear from you soon π
Hey @tresojos ,
Thanks for your review! Sorry to hear you weren’t able to create a YouTube button.
We were wondering, what would you like to do with a YouTube button? Because creating a YouTube button should be possible with Buttonizer π
Instructions to create a YouTube button:
1. Click theStart from Scratchbutton
2. Go to Button settings
3. SelectWebsite URLas Button Action
4. Paste your YouTube or video URL
5. Go toStyling
6. For the background color, use color code#FF0000
7. Then go to the Icon settings and select theYouTubeicon (you can search this icon by using the input)Please let us know if this helps!
Hey @freedacian ,
Thank you for reaching out to us.
Buttonizer could be added to the WordPress Admin Dashboard by manually adding the
<script>integration code manually to the Admin Dashboard. However, this is not something we support via the plugin or will support in the future.However, you can add Buttonizer to the Admin dashboard by using the integration script, you can find your sites integration code via our Buttonizer dashboard.
1. Select your site
2. Then scroll down until you see theAdd to websitesection
3. Click that button
4. Copy the visible codeThen, you’ll need to add the following script below to your
functions.php.You can check the plugins admin page query by checking the plugin URL, it’s the part after
page=.add_action('admin_head', 'buttonizer_admin_integration'); function buttonizer_admin_integration() { // Only add Buttonizer to a specific admin page // If you want to show Buttonizer everywhere on your admin dashboard, remove this line if(!isset($_GET["page"]) || $_GET["page"] !== "plugin-name") return ""; echo ' /* Paste Buttonizer Integration code here */ '; }Let me know if this helps! π€