Topic-icon og:image is missing & first image field

Support Specialist
10 years 8 months ago #35697 by alzander
I just emailed you a new link. The links in the original email were the same, but the text for the link was correct.. so, cutting/pasting would have worked, but clicking wouldn't. Gmail foiled me again!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago - 10 years 8 months ago #35698 by fedcon
So, i installed and here is my very first resume:

- support of the Joomla standard article 'image' parameter for Open Graph tags works great!!!
whohoo.. thats how it should be thumbs up 1000 times

- fix for the prioritization of how description tags are used - FAIL
if i use a standard Open Graph description tag, it will not be overridden by any {SCOpenGraph description=xyz} text in an article. it's still using the default description!
the logical priorization should be: default will be overridden by an object will be overridden by an article text {SCOpenGraph description=xyz}

- but prioritization of how image-tags are used - OK
if i use a standard Open Graph image tag, it will be overridden by a Joomla standard article 'image'

Cheers, Rafael
Last edit: 10 years 8 months ago by fedcon.
The topic has been locked.
Support Specialist
10 years 8 months ago #35699 by alzander
Rafael,
Thanks for the feedback. I know a lot of work went into making sure the priorities of things is correct. It's possible we missed something though and will do some additional testing over the next day or so. It should be an easy fix once we determine what's wrong.

Keep me posted if you find anything else, and I'll let you know what we find as well.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago - 10 years 8 months ago #35700 by fedcon
When i installed JFBConnect and run AutoTune on a website, and later i change the domain and run AutoTune again, it always shows up 6 Errors.

The errors - better: the JFBConnect recommendations - are:

App Info (2) - Recomendation by JFB:
Domain: old domain name
Site URL: old domain name

Canvas (2) - Recomendation by JFB:
Canvas URL: old domain name
Secure Canvas URL: old domain name

Page Tab (2) - Recomendation by JFB:
Page Tab URL: old domain name
Secure Page Tab URL: old domain name

Even is all entries are changed by hand in the Facebook App itself. But i can't say if it's an JFBC issue, or if the old domain-name is saved somewhere in the Joomla basics.


It's fun to be a beta tester... :-)
File Attachment:
Last edit: 10 years 8 months ago by fedcon.
The topic has been locked.
Support Specialist
10 years 8 months ago #35702 by alzander
Hit the "Refresh" button in the top left. Autotune has been changed quite a bit in this release to provide even better recommendations (mainly, it will try to determine if you have SSL installed and set things up accordingly, instead of just assuming you have SSL). The tabs and settings have been re-arranged as well and hopefully are easier to understand and find things.

So, the refresh button is magic basically.. use it. Settings will automatically be fetched every few weeks, but if you've recently run it, you need to hit that button to run it again.

Hope that helps,
Alex
The topic has been locked.
Support Specialist
10 years 8 months ago #35703 by alzander
Oh.. and glad you enjoy testing! We really appreciate it as it's better for us to hear of the few minor issues that have come up from a few people instead of the chorus. When you see the changelog on this release, your jaw will drop.. it's changed a lot and there's a lot of great things in there that we'll be posting documentation and more videos about next week.

The beta process for our users has gone very smoothly, which makes us very happy and even more confident this will be our best release ever (and that says something!)

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 8 months ago #35867 by alzander
Rafael,
Wanted to circle back on the prioritization of Open Graph tags. We found the mistake in our code and it basically boiled down to a failed checkin of our code. The v5.1.1 release (due out in a few days) will have the fix, but if you want to add it now, it's pretty simple.

To do so, edit /libraries/sourcecoast/OpenGraph.php . Around line 246, you'll see:
function setValues($value, $isFinal)
    {
        if (count($this->value) == 1)
        {
              $this->value[0] = $this->getCleanValue($value);
Update it with the few modifications below:
function setValues($value, $isFinal, $priority)
    {
        if (count($this->value) == 1 && $this->priority < $priority) 
        { 
              $this->priority = $priority; 
              $this->value[0] = $this->getCleanValue($value);
That should fix the priority thing. Definitely let us know how it goes or if you find anything else, and sorry for missing that with the 5.1.0 release.

If you have any questions, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35892 by fedcon
Hey Alex - good to hear that i found something, which was wrong! Otherwise i would have done a bad job... :-) And there's no need to apologize. I am an engineerer myself, so i totally understand what it means to launch products. I would love to have tester for my webpages too... i am always looking for critics, faults and comments about my projects - even that could make me better!

I am glad, to be involved in your processes and be able to help - because that helps me too... you do a great job and for that i am looking forward to stay in your testing list!

In the late afternoon, i will be able to implement the fix and test it before you launch it. then i can give you another response.

Thanks and i read you later,
Rafael
The topic has been locked.
Support Specialist
10 years 8 months ago #35941 by alzander
Rafael,
Thanks for the kind words about our work. I'm an electrical engineer, in a past life... still getting used to software where having a few bugs isn't so big of deal (as long as they aren't too big). So far, this release has been going very, very well. There's definitely been a few issues that have cropped up and we're expecting a v5.1.1 release out Friday to fix most of them.

Much of that stability comes from the excellent feedback we got from our few beta testers, which really helped sand out a few last minute rough edges. Thank you so much!

Definitely keep us posted if that change works for you. We've added tests to our automated suite to test for the priority even better going forward, so that issue shouldn't crop up again.

Thanks again,
Alex
The topic has been locked.
Active Subscriptions:

None
10 years 8 months ago #35996 by fedcon
Hi Alex,

i am really glad to say: it works smoothly... :-) the priorities def. set right now... well done...

Hope to keep up testing and maybe sending some new features and ideas to you...

Cheers man,
Rafael
The topic has been locked.