PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
instagram-feed
/
admin
/
builder
/
templates
/
sections
/
popup
<div class="sb-fs-boss sbi-fb-center-boss" v-if="viewsActive.instanceSourceActive != null"> <div class="sbi-fb-popup-inside sbi-fb-popup-feedinst"> <div class="sbi-fb-popup-cls" @click.prevent.default="switchScreen('instanceSourceActive', null)"><svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14 1.41L12.59 0L7 5.59L1.41 0L0 1.41L5.59 7L0 12.59L1.41 14L7 8.41L12.59 14L14 12.59L8.41 7L14 1.41Z" fill="#141B38"/> </svg> </div> <div class="sbi-fb-source-top sbi-fb-fs"> <h3>{{viewsActive.instanceSourceActive.username}}</h3> <div class="sbi-fb-fdinst-type sb-small">{{viewsActive.instanceSourceActive.account_type}}</div> </div> <div class="sbi-fb-inst-tbl-ctn sbi-fb-fs"> <table> <thead class="sbi-fd-lst-thtf sbi-fd-lst-thead"> <tr> <th> <span class="sb-caption sb-lighter">{{genericText.feedName}}</span> </th> <th> <span class="sb-caption sb-lighter">{{genericText.id}}</span> </th> <th> <span class="sb-caption sb-lighter">{{genericText.shortcodeText}}</span> </th> <th></th> </tr> </thead> <tbody class="sbi-fd-lst-tbody"> <tr v-for="(instance, instanceIndex) in viewsActive.instanceSourceActive.instances"> <td><a :href="sbi_settings.builderUrl+'&feed_id=' + instance.id" class="sbi-fd-lst-name sb-small-p sb-bold">{{instance.feed_name}}</a></td> <td><span class="sbi-fd-lst-shortcode sb-caption sb-lighter">{{instance.id}}</span></td> <td> <div class="sbi-fb-inst-tbl-shrtc"> <div class="sb-flex-center"> <span v-if="instance.id !== 'legacy'" class="sbi-fd-lst-shortcode sb-caption sb-lighter" v-html="'[instagram-feed feed='+instance.id+']'"></span> <span v-if="instance.id === 'legacy'" class="sbi-fd-lst-shortcode sb-caption sb-lighter" v-html="'[instagram-feed]'"></span> <div class="sbi-fd-lst-shortcode-cp sbi-fd-lst-btn sbi-fb-tltp-parent"> <div class="sbi-fb-tltp-elem"><span>{{(genericText.copy +' '+ genericText.shortcode).replace(/ /g," ")}}</span></div> <div v-html="svgIcons['copy']" @click.prevent.default="copyToClipBoard('[instagram-feed feed='+instance.id+']')"></div> </div> </div> </div> </td> <td> <a :href="sbi_settings.builderUrl+'&feed_id=' + instance.id" class="sbi-fd-lst-btn sb-button-no-border sb-icon-small sb-dark-hover"> <svg width="7" height="10" viewBox="0 0 7 10" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.3332 0L0.158203 1.175L3.97487 5L0.158203 8.825L1.3332 10L6.3332 5L1.3332 0Z" fill="#8C8F9A"/> </svg> </a> </td> </tr> </tbody> <tfoot class="sbi-fd-lst-thtf sbi-fd-lst-tfoot"> <tr> <td> <span class="sb-caption sb-lighter">{{genericText.feedName}}</span> </td> <td> <span class="sb-caption sb-lighter">{{genericText.id}}</span> </td> <td> <span class="sb-caption sb-lighter">{{genericText.shortcodeText}}</span> </td> <td></td> </tr> </tfoot> </table> </div> </div> </div>
[-] extensions-popup.php
[edit]
[+]
..
[-] onboarding-popup.php
[edit]
[-] add-source-popup.php
[edit]
[-] onboarding-customizer-popup.php
[edit]
[-] feedtypes-customizer-popup.php
[edit]
[-] sources-list-popup.php
[edit]
[-] install-plugin-popup.php
[edit]
[-] source-instances.php
[edit]
[-] embed-popup.php
[edit]
[-] feedtypes-popup.php
[edit]
[-] confirm-dialog-popup.php
[edit]