uvray90
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook sharing still doesn't workHi Chuck,
I got rid of one set of
OG: tags
but I am still getting problem.https://padiyottuchal.com/?p=1148
FB is pulling some other image telling that the size is wrong ??
Any ways to force FB to use featured image?
Thanks
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook sharing still doesn't workI read few posts and checked FB debugger which is giving the following
<meta property="og:image" content="https://padiyottuchal.com/wp-content/uploads/2014/01/jilla.jpg">
which is the image it should be taking. Am I looking at the right thing?
Forum: Plugins
In reply to: [WP Facebook Open Graph protocol] Facebook sharing still doesn't workHi Chuck.
I have a site page here https://padiyottuchal.com/?p=954 I read all the forums and banged my head over it. For most of the posts it takes the featured image for the Facebook share option but in rare cases it takes some random image as in this post’s case.
I simply created an APP Id 167800103344347 and put it in the column under settings ?? Don’t know if that’s the thing I am supposed to be doing.
Please give few clues.
Forum: Themes and Templates
In reply to: Down with menuHello alchymyth, thanks for the reply. ??
I was not aware of the theme policy thing. Sorry for that. Apart from that the issue is that the “primary navigation” option is not staying selected. When I select menu option again then its disappearing. Any idea regarding that?Forum: Themes and Templates
In reply to: hide source code to visitorsTry out this bit of code and use the view source code option. It gets the job done for normal use although its not secure or something. I am not good at WP coding. Any nice guys here can get this developed into a pretty good plugin(Maybe there already is one). Do tell me if this is a blunder. ?? Cheers.
Forum: Themes and Templates
In reply to: hide source code to visitors<?php function strToHex($string) { $hex=''; for ($i=0; $i < strlen($string); $i++) { $hex .= "%".dechex(ord($string[$i])); } return $hex; } $message = "<h2>UVray90</h2>"; $encoded = strToHex($message); ?> <script language="javascript"> document.write( unescape( '<?php echo $encoded ?>' ) ); </script>
Forum: Themes and Templates
In reply to: hide source code to visitorsThere is some method by using Javascript code obfuscation. For WP I don’t know. For basic HTML webpages I had done this. Its like when you view source code it gives weird code. https://htmlobfuscator.com/ Try it out. If anyone gets a way or any clue for using this in WP then kindly update.
Forum: Fixing WordPress
In reply to: Font exclusively for postsIts working… NICE.. That was pretty easy. Thanks t-ps
Forum: Fixing WordPress
In reply to: Font exclusively for postsIts working… NICE.. That was pretty easy. Thanks t-p
Forum: Fixing WordPress
In reply to: Font exclusively for postsBut that particular font should be there right ?(New to this)
Shouldn’t i copy or upload the font file to the site or something ?