worksitemassage
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Amazon AWS S3 “endpoint” errorYes, your suggestion fixed it. Thanks!
I still get this error but the S3 transfer does seem to complete. So I guess just FYI.
[19-Apr-2018 03:08:11] Backup archive created.
[19-Apr-2018 03:08:11] Archive size is 177.48 MB.
[19-Apr-2018 03:08:11] 4959 Files with 288.51 MB in Archive.
[19-Apr-2018 03:08:13] 1. Trying to send backup file to S3 Service …
[19-Apr-2018 03:08:15] Connected to S3 Bucket “asymptosis-backup” in
[19-Apr-2018 03:08:15] Checking for not aborted multipart Uploads …
[19-Apr-2018 03:08:15] Starting upload to S3 Service …
[19-Apr-2018 03:08:42] ERROR: S3 Service API: Your proposed upload is smaller than the minimum allowed size
[19-Apr-2018 03:08:42] 2. Trying to send backup file to S3 Service …
[19-Apr-2018 03:08:42] Connected to S3 Bucket “asymptosis-backup” in
[19-Apr-2018 03:08:42] Checking for not aborted multipart Uploads …
[19-Apr-2018 03:08:43] Upload for Asymptosis/Asymptosis_backup_2018-04-19_03-00-14_JJESJ3OL03.zip aborted.
[19-Apr-2018 03:08:43] Starting upload to S3 Service …
[19-Apr-2018 03:09:08] Backup transferred to https://s3.amazonaws.com/asymptosis-backup/Asymptosis/Asymptosis_backup_2018-04-19_03-00-14_JJESJ3OL03.zip.Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?If I published the page you wouldn’t be able to see anything cause WordPress won’t publish it. Sorry, can’t give login access.
Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?Oh and just to add, I test by looking at the Custom Conversion count (tracking “MyCustomEvent”) in a private Facebook Ad Manager account. I can’t share access to that account. Thx.
Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?Hmmm, I just have a private testing page set up within my WP. Nothing public to show.
Basic problem is MCE editor, doesn’t allow onclick, erases it.
Any other tricks very much welcome, and your continued attention very much appreciated.
Could put an if/then in the following code, saying “only execute on link click, not on page load”? Or some such?
<script type="text/javascript"> jQuery(document).ready(function($){ $("a.fbPixelTrack").click(function(){ fbq('track', "MyCustomEvent"); }); }); </script>Thanks,
Steve
Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?Thanks Mohammad. But unfortunately this is firing the pixel every time the page loads. AND each time the link is clicked.
Thanks,
Steve
Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?Hi Mohammad, thanks.
Am I supposed to be seeing some code here?:
1- Just add a class to links like this:-
here’s a link to somewhere
Thank you,
Steve
Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?Wordpress has no problem with this in a page or post, by the way:
<script type="text/javascript">fbq('track', "MyCustomEvent"); </script>When the page loads, the pixel fires. Dandy.
But it won’t let me use it with onclick.
Forum: Fixing WordPress
In reply to: Any very simple way to fire Facebook pixel from onclick?@mdshak: “Have you added the facebook pixel script”
Oh sure you bet, it’s in the header.
When I insert your/my code in Text mode, shift to Visual then back, WordPress strips out the onclick code:
Pasted in Text mode:
<a href="http://somewhere.com" onclick="fbq('track', "MyCustomEvent");">here's a link to somewhere</a>Shift to Visual and back to Text, and:
<a href="http://somewhere.com">here's a link to somewhere</a>- This reply was modified 9 years, 2 months ago by worksitemassage.
- This reply was modified 9 years, 2 months ago by worksitemassage.
- This reply was modified 9 years, 2 months ago by worksitemassage.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Facebook no display in ChromeThanks, Andrew:
asymptosis.com
Steve
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Facebook no display in ChromeThis continues for me. Unchanged despite upgrading the plugin. How about a fix??
Forum: Fixing WordPress
In reply to: changing page urlThanks zoonini!