1271
Mamba
Re: Publisher Images on Facebook
  • 2020/6/13 14:30

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


You need to check out what are the differences between those installations.

We use here Publisher 1.07 Final, and we don't have any problems - every time when I post a link to an article here, Facebook is fetching the picture from here without any problem.

Because two websites are working fine, then obviously something has to be different on the third one...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1272
heyula
Re: Publisher Images on Facebook
  • 2020/6/13 13:59

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


other examples
<{if $smarty.server.REQUEST_URI|strstr:'indir/singlefile.php'}> 
        <{* 
adding social meta tagsFacebook *}>
        <
meta property="og:url" content="<{$xoops_url}>/indir/singlefile.php?lid=<{$lid}>"/>
        <
meta property="og:title" content="<{$xoops_pagetitle}>"/>
        <
meta property="og:description" content="<{$xoops_meta_description}>"/>
        <
meta property="og:type" content="article"/>
        <
meta property="og:image" content="<{$logourl}>"/>  
        
        <{* 
adding social meta tagsTwitter *}>
        <
meta name="twitter:url" content="<{$xoops_url}>/indir/singlefile.php?lid=<{$lid}>"/>
        <
meta name="twitter:card" content="summary"/>
        <
meta name="twitter:title" content="<{$xoops_pagetitle}>"/>
        <
meta name="twitter:description" content="<{$xoops_meta_description}>"/>
        <
meta name="twitter:image" content="<{$logourl}>"/>
        <{/if}>
        
        <{if 
$SCRIPT_NAME == "/index.php"}>
        <{* 
adding social meta tagsFacebook *}>
        <
meta property="og:url" content="https://indir.top/"/>
        <
meta property="og:title" content="<{$xoops_pagetitle}>"/>
        <
meta property="og:description" content="<{$xoops_meta_description}>"/>
        <
meta property="og:type" content="article"/>
        <
meta property="og:image" content="https://indir.top//themes/indir/images/logo.png"/>  
        
        <{* 
adding social meta tagsTwitter *}>
        <
meta name="twitter:url" content="https://indir.top/"/>
        <
meta name="twitter:card" content="summary"/>
        <
meta name="twitter:title" content="<{$xoops_pagetitle}>"/>
        <
meta name="twitter:description" content="<{$xoops_meta_description}>"/>
        <
meta name="twitter:image" content="https://indir.top//themes/indir/images/logo.png"/>
        
        <
meta name="rating" content="<{$xoops_meta_rating}>"/>
        <
meta name="author" content="<{$xoops_meta_author}>"/>
        <
meta name="copyright" content="<{$xoops_meta_copyright}>"/>
        <
meta name="generator" content="XOOPS"/>
        <{/if}>



1273
heyula
Re: Publisher Images on Facebook
  • 2020/6/13 13:54

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Schema example for TDMDownloads

Resized Image


Demo: https://indir.top/
Resized Image



1274
liomj
Re: Publisher Images on Facebook
  • 2020/6/13 12:45

  • liomj

  • Just popping in

  • Posts: 80

  • Since: 2012/4/10


Hi
you can try inserting this code in root/themes/themename/theme.html before if that helps

<{if $xoops_dirname == "publisher"}>  
        <
meta property="og:type" content="website" />
        <
meta property="og:title" content="<{$item.title}>" />
        <
meta property="og:description" content="<{$item.summary}>" />
        <
link rel="image_src" href="<{$item.image_path}>" />  
        <
meta property="og:image" content="<{$item.image_path}>"/> 
        <
meta property="og:image:type" content="image/jpeg" />
        <
meta property="og:image:width" content="1200" />
        <
meta property="og:image:height" content="628" />
        <
meta property="og:url" content="<{$item.itemurl}>"/>  
        <
meta itemprop="image" content="<{$item.image_path}>"/>  
        <
link rel="canonical" href="<{$item.itemurl}>"/>   
    <{/if}>



1275
Mamba
Re: Shoutbox 5.10 RC-1 released for testing
  • 2020/6/13 9:03

  • Mamba

  • Moderator

  • Posts: 11373

  • Since: 2004/4/23


Which version is the "old" version so I can compare it with the current one?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs



1276
Zap_English
Publisher Images on Facebook

XOOPS Version XOOPS 2.5.9-Beta2
PHP Version 7.0.33
mySQL Version 5.5.65-MariaDB
Publisher 1.02 beta 3

I noticed that when I share to FB the shareaholic popup shows the image attached to the publisher article

but when it's posted to FB it just shows our main logo with a description beside it.

And it's only on one website. two others work fine



1277
Lupin
Re: Shoutbox 5.10 RC-1 released for testing
  • 2020/6/11 10:14

  • Lupin

  • Just popping in

  • Posts: 92

  • Since: 2007/6/1 2


Hi Mamba,

last upgrade seems work well, but ...
the reverse scrolling is useful if is FULL reverse ... it means sliding bar is starting from below.

In this way the users can see their last messages even if the time direction is rightly top to bottom.
I.E. if you set to show an area corresponding to 20 messages, if a user posts the 21st, this is positioned at the bottom and is not visible.

You can see HERE an old shoubox model that works properly in a reverese way.

Ciao

Pino



1278
heyula
Re: XOOPS ModuleBuilder 3.03 Alpha-2 Released for Testing
  • 2020/6/9 15:50

  • heyula

  • Theme Designer

  • Posts: 594

  • Since: 2008/4/24


Quote:

goffy wrote:
Hi to all

Update for current state of development:

following parts are now working:
- notifications
- handling of broken files for multiple tables
- rating for multiple tables

Therefore the most important parts of the module should work.

I have also updated https://app.gitbook.com/@xoops/s/modulebuilder-tutorial/

please help to test

FORK: https://github.com/XoopsModules25x/modulebuilder/

DOWNLOAD: https://github.com/XoopsModules25x/modulebuilder/releases/tag/3.03_Alpha-5

BUGS: https://github.com/XoopsModules25x/modulebuilder/issues


thank you so much.



1279
goffy
Re: XOOPS ModuleBuilder 3.03 Alpha-2 Released for Testing
  • 2020/6/9 15:02

  • goffy

  • Just can't stay away

  • Posts: 535

  • Since: 2010/12/27


Hi to all

Update for current state of development:

following parts are now working:
- notifications
- handling of broken files for multiple tables
- rating for multiple tables

Therefore the most important parts of the module should work.

I have also updated https://app.gitbook.com/@xoops/s/modulebuilder-tutorial/

please help to test

FORK: https://github.com/XoopsModules25x/modulebuilder/

DOWNLOAD: https://github.com/XoopsModules25x/modulebuilder/releases/tag/3.03_Alpha-5

BUGS: https://github.com/XoopsModules25x/modulebuilder/issues



1280
christo334
Re: What to expect in PHP 8
  • 2020/6/9 10:56

  • christo334

  • Just popping in

  • Posts: 1

  • Since: 2020/4/27


Thanks for the share! Exciting features ahead in 8.




TopTop
« 1 ... 125 126 127 (128) 129 130 131 ... 29425 »



Login

Who's Online

551 user(s) are online (349 user(s) are browsing Support Forums)


Members: 0


Guests: 551


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits