File: //opt/plugins/facebook-auto-publish/admin/header.php
<?php
if( !defined('ABSPATH') ){ exit();}
?><style>
a.xyz_header_link:hover{text-decoration:underline;}
.xyz_header_link{text-decoration:none;}
</style>
<?php
if($_POST && isset($_POST['xyz_credit_link']))
{
if (! isset( $_REQUEST['_wpnonce'] ) || ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'xyz_fbap_basic_settings_form_nonce' )) {
wp_nonce_ays( 'xyz_fbap_basic_settings_form_nonce' );
exit;
}
$xyz_credit_link=$_POST['xyz_credit_link'];
update_option('xyz_credit_link', $xyz_credit_link);
?>
<div class="system_notice_area_style1" id="system_notice_area">
Settings updated successfully. <span id="system_notice_area_dismiss">Dismiss</span>
</div>
<?php
}
if(!$_POST && isset($_GET['fbap_blink'])&&isset($_GET['fbap_blink'])=='en'){
if (! isset( $_REQUEST['_wpnonce'] ) || ! wp_verify_nonce( $_REQUEST['_wpnonce'],'fbap-blk')){
wp_nonce_ays( 'fbap-blk');
exit;
}
update_option('xyz_credit_link',"fbap");
?>
<div class="system_notice_area_style1" id="system_notice_area">
Thank you for enabling backlink.
<span id="system_notice_area_dismiss">Dismiss</span>
</div>
<style type="text/css">
.xyz_blink{
display:none !important;
}
</style>
<?php
}
if(get_option('xyz_credit_link')=="0" &&(get_option('xyz_fbap_credit_dismiss')=="0")){
?>
<div style="float:left;background-color: #FFECB3;border-radius:5px;padding: 0px 5px;margin-top: 10px;border: 1px solid #E0AB1B" id="xyz_backlink_div">
Please do a favour by enabling backlink to our site. <a id="xyz_fbap_backlink" class="xyz_fbap_backlink" style="cursor: pointer;" >Okay, Enable</a>.
<a id="xyz_fbap_dismiss" style="cursor: pointer;" >Dismiss</a>.
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#xyz_fbap_backlink').click(function(){
xyz_filter_blink(1)
});
jQuery('#xyz_fbap_dismiss').click(function(){
xyz_filter_blink(-1)
});
function xyz_filter_blink(stat){
var backlink_nonce= '<?php echo wp_create_nonce('backlink');?>';
var dataString = {
action: 'xyz_fbap_ajax_backlink',
enable: stat ,
_wpnonce: backlink_nonce
};
jQuery.post(ajaxurl, dataString, function(response) {
if(response==1)
alert("You do not have sufficient permissions");
if(response=="fbap"){
jQuery('.xyz_fbap_backlink').hide();
jQuery("#xyz_backlink_div").html('Thank you for enabling backlink !');
jQuery("#xyz_backlink_div").css('background-color', '#D8E8DA');
jQuery("#xyz_backlink_div").css('border', '1px solid #0F801C');
}
if(response==-1){
jQuery("#xyz_backlink_div").remove();
}
});
};
});
</script>
</div>
<?php
}
?>
<div style="margin-top: 10px">
<table style="float:right; ">
<tr>
<td style="float:right;">
<a class="xyz_header_link" style="margin-left:8px;margin-right:12px;" target="_blank" href="https://xyzscripts.com/donate/5">Donate</a>
</td>
<td style="float:right;">
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="http://help.xyzscripts.com/docs/facebook-auto-publish/faq/">FAQ</a> |
</td>
<td style="float:right;">
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="http://help.xyzscripts.com/docs/facebook-auto-publish/">Readme</a> |
</td>
<td style="float:right;">
<a class="xyz_header_link" style="margin-left:8px;" target="_blank" href="https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/details">About</a> |
</td>
<td style="float:right;">
<a class="xyz_header_link" target="_blank" href="https://xyzscripts.com">XYZScripts</a> |
</td>
</tr>
</table>
</div>
<div style="clear: both"></div>