Files
roi-theme/wp-content/plugins/thrive-visual-editor/inc/backbone/controls/social/fb-share.phtml
root a22573bf0b Commit inicial - WordPress Análisis de Precios Unitarios
- WordPress core y plugins
- Tema Twenty Twenty-Four configurado
- Plugin allow-unfiltered-html.php simplificado
- .gitignore configurado para excluir wp-config.php y uploads

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-03 21:04:30 -06:00

41 lines
1.6 KiB
PHTML
Executable File

<?php $modify_facebook_options = apply_filters( 'tcb_modify_facebook_share_options', false ); ?>
<?php if ( $modify_facebook_options ) : ?>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-5">
<?php echo __( 'App ID', 'thrive-cb' ) ?>
<input type="text" class="change" data-fn="validate_app_id" value="<#=TVE.CONST.social_fb_app_id#>">
<div class="fb-message inline-message pt-5"></div>
<div>
<a class="help-link" href="https://thrivethemes.com/tkb_item/facebook-app-id/" target="_blank">
<span style="font-size: 16px"><?php tcb_icon( 'info' ); ?></span>
<?php echo __( 'Learn how to set up a Facebook App.', 'thrive-cb' ) ?>
</a>
</div>
</div>
<?php endif; ?>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-10">
<?php echo __( 'Link title', 'thrive-cb' ) ?>
<input class="text" type="text" data-setting="name" value="<#=this.data.name#>">
</div>
<?php endif; ?>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-10">
<?php echo __( 'Caption', 'thrive-cb' ) ?>
<input class="text" type="text" data-setting="caption" value="<#=this.data.caption#>">
</div>
<?php endif; ?>
<div class="pt-10">
<?php echo __( 'Description', 'thrive-cb' ) ?>
<textarea rows="3" data-setting="description"><#=this.data.description#></textarea>
</div>
<?php if ( 1 === 2 ) : //No longer supported by facebook ?>
<div class="pt-10"><?php echo __( 'Custom image', 'thrive-cb' ) ?></div>
<div class="fb-image-upload"></div>
<?php endif; ?>
<?php endif; ?>