![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/gg.corals.io/wp-content/plugins/custom-facebook-feed/admin/views/oembeds/ |
<div class="cff-oembed-modal" v-if="openInstaInstaller"> <div class="cff-modal-content"> <button type="button" class="cancel-btn cff-btn" v-html="modal.timesIcon" @click="closeModal"></button> <div class="modal-icon"> <img :src="modal.instaIcon" :alt="modal.title"> </div> <h2>{{modal.title}}</h2> <p>{{modal.description}}</p> <div class="sb-action-buttons"> <button type="button" class="cff-btn cff-install-btn" @click="installInstagram()" :class="installerStatus" :disabled="isIntagramActivated"> <span v-html="installIcon()"></span> <span v-html="instagramInstallBtnText"></span> </button> <button type="button" class="cff-btn" @click="closeModal" v-if="!isIntagramActivated">{{modal.cancel}}</button> </div> </div> </div>