Skip to content

Instantly share code, notes, and snippets.

View Richzendy's full-sized avatar
🎯
Focusing

Edwind Contreras Richzendy

🎯
Focusing
View GitHub Profile
<div id="voting-form" style="display:none">
<?php echo do_shortcode( '[gravityform id="6" title="false" description="false" ajax="true"]' ) ?>
</div>
<a href="#voting-form" class="fancybox button">Vote Now</a>
@Richzendy
Richzendy / 0_reuse_code.js
Created June 6, 2014 19:47
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console