Eder Ribeiro
Eder Ribeiro
``` document.addEventListener('DOMContentLoaded', function() { var getDaysFuture = new Date('2020-07-28T00:00:00').getTime() / 1000; // Set up FlipDown var flipdown = new FlipDown(getDaysFuture).start() // Do something when the countdown ends .ifEnded(function() { console.log('The...
Hello @mbdmt I changed the lines mentioned, but in IE11 here nothing appears https://ederribeiro.com.br/test-counter/flip/
Great! Now running on IE! thank you
Hello @genew thanks! I appreciate the observation, it was missing a comma in the stylesheet that I must have removed by accident.
Hi, I think I can help with this bug. I also had this problem, and it is often related to the fact that TinyMCE editor was changed (adding or removing...
Hello, not wanting to be negative, but I believe that it will be very unlikely to find a solution since instagram is very strict in unauthenticated access. As I have...
jQuery Ajax for feed Instagram Graph API https://github.com/ribeiroeder/jquery-feed-instagram-graph PHP cURL for feed Instagram Graph API https://github.com/ribeiroeder/php-curl-instagram-graph @jsanahuja Sorry for posting another third party solution here, your script is incredible, much...
@terryapodaca My script uses the token as a base, it is practically a way that uses the official method to connect, I understand that it is boring to set up...
Hello, not wanting to be negative, but I believe that it will be very unlikely to find a solution since instagram is very strict in unauthenticated access. As I have...
jQuery Ajax for feed Instagram Graph API https://github.com/ribeiroeder/jquery-feed-instagram-graph PHP cURL for feed Instagram Graph API https://github.com/ribeiroeder/php-curl-instagram-graph @jsanahuja Sorry for posting another third party solution here, your script is incredible, much...