builder_footer_cta.php
1 month ago
footer_socials.php
1 month ago
header.php
1 month ago
settings_footer_cta.php
1 month ago
footer_socials.php
36 lines
| 1 | <div class="sb-bottom-footer-social-ctn sb-fs"> |
| 2 | <strong class="sb-bottom-footer-description"> |
| 3 | Made with |
| 4 | <img src="<?php echo esc_url(CFF_PLUGIN_URL . 'admin/assets/img/footer/heart.svg'); ?>" alt="love"> |
| 5 | |
| 6 | by the Smash Balloon Team |
| 7 | </strong> |
| 8 | <div class="sb-bottom-footer-links"> |
| 9 | <a href="https://smashballoon.com/docs/facebook/?utm_campaign=facebook-free&utm_source=settings-footer&utm_medium=docs&utm_content=Docs" target="_blank"><?php esc_html_e('Docs', 'custom-facebook-feed'); ?></a> |
| 10 | <a href="<?php echo esc_url(admin_url('admin.php?page=cff-about-us')); ?>"><?php esc_html_e('Plugins', 'custom-facebook-feed'); ?></a> |
| 11 | <a href="https://wordpress.org/support/plugin/custom-facebook-feed/" target="_blank" rel="noreferrer noopener"><?php esc_html_e('Support', 'custom-facebook-feed'); ?></a> |
| 12 | </div> |
| 13 | <div class="sb-bottom-footer-sociallinks"> |
| 14 | <a href="https://facebook.com/smashballoon" target="_blank" rel="noreferrer"> |
| 15 | <span class="sb-custom-icon-size"> |
| 16 | <img src="<?php echo esc_url(CFF_PLUGIN_URL . 'admin/assets/img/footer/facebook-gray.svg'); ?>" alt="Facebook"> |
| 17 | </span> |
| 18 | </a> |
| 19 | <a href="https://instagram.com/smashballoon" target="_blank" rel="noreferrer"> |
| 20 | <span class="sb-custom-icon-size"> |
| 21 | <img src="<?php echo esc_url(CFF_PLUGIN_URL . 'admin/assets/img/footer/instagram-gray.svg'); ?>" alt="Instagram"> |
| 22 | |
| 23 | </span> |
| 24 | </a> |
| 25 | <a href="https://twitter.com/smashballoon" target="_blank" rel="noreferrer"> |
| 26 | <span class="sb-custom-icon-size"> |
| 27 | <img style="height: 18px;" src="<?php echo esc_url(CFF_PLUGIN_URL . 'admin/assets/img/footer/twitter-gray.svg'); ?>" alt="Twitter"> |
| 28 | </span> |
| 29 | </a> |
| 30 | <a href="https://www.youtube.com/channel/UC_dpcpRbZL_OBrGYHG7L5bA" target="_blank" rel="noreferrer"> |
| 31 | <span class="sb-custom-icon-size"> |
| 32 | <img style="height: 20px;" src="<?php echo esc_url(CFF_PLUGIN_URL . 'admin/assets/img/footer/youtube-gray.svg'); ?>" alt="YouTube"> |
| 33 | </span> |
| 34 | </a> |
| 35 | </div> |
| 36 | </div> |