oscurrencyVRL / oscurrency

Affero licensed Mutual Credit/Time Bank software, operational in statewide b2b system
Other
15 stars 2 forks source link

Making Open Offers Facebook Friendly #204

Closed amykirschner closed 7 years ago

amykirschner commented 7 years ago

@ziyan-junaideen related to #201

My online marketing person looked at staging (and loved it!). She wants to easily be able to move offers into facebook. She said you could add code (Opengraph?) so that the photo and header would be read by facebook.

ziyan-junaideen commented 7 years ago

Ya that is correct. We need to add meta information. I will add meta information for

And perhaps you want to add a FB share button and a tweet button as well?

ziyan-junaideen commented 7 years ago

Easily move offers to FB or other social media could also be inferred as automated posting. That involves adding meta data and little more. The behavior would be like...

posting to one page (VRL @ Facebook)

This can be added to a per user behavior too. This uses the 'open graph api' provided by facebook.

ziyan-junaideen commented 7 years ago

That said to clarity...

If we add just meta details...

If we add a share button / tweet button...

amykirschner commented 7 years ago

@ziyan-junaideen good idea though let's save the share buttons and auto posts for a future issue. For now I just want the simple meta details. Thanks!

amykirschner commented 7 years ago

@ziyan-junaideen I closed the photo issue so let's circle back here. Thanks!

ziyan-junaideen commented 7 years ago

I will start on this.

ziyan-junaideen commented 7 years ago

Is it alright to add a 'summary' field to the offer. The idea is to have a tweet long (about 180 char) short version to show up in the FB share.

Check this image and you will understand.

screenshot from 2017-08-21 18-44-57

amykirschner commented 7 years ago

Hmm. Can you just take the first 180 from the description field? I don't want to add another field for the users. I could instruct them to be precise with the first few sentences. Would that work? (Fingers crossed)

ziyan-junaideen commented 7 years ago

I moved the share button to be just under the title.

You can see what type of buttons are there (under Layout) here: Share Button Configurator

amykirschner commented 7 years ago

Let's go with button. I like the counts but we're not that popular so it may work against us. "They only have 1 share?!?" :)

amykirschner commented 7 years ago

yes, let's put button on internal page too to be consistent

ziyan-junaideen commented 7 years ago

You can have a look at staging. its deployed.

ziyan-junaideen commented 7 years ago

Sure, I will add it to the internal pages.

amykirschner commented 7 years ago

great! looks good on staging!

ziyan-junaideen commented 7 years ago

@amykirschner : I implemented the fb share for logged in section as well. But its behavior is a little different from the public side.

The way the page is loaded the usual fb share dialog doesn't work. I added an image and the share window to open in a new tab. I just pushed the updates.

amykirschner commented 7 years ago

hmmm - not seeing in production, public or logged in. maybe I checked too early.

ziyan-junaideen commented 7 years ago

i only pushed to staging... shall i push to production as well?

amykirschner commented 7 years ago

oh sorry - go ahead and push to production. Thanks!

ziyan-junaideen commented 7 years ago

I am about the updates of this and the header link to production.

amykirschner commented 7 years ago

@ziyan-junaideen the photo isn't coming through on this one for me or my social media mgr. ideas?

amykirschner commented 7 years ago

maybe a "featured image" option in the code somewhere.

ziyan-junaideen commented 7 years ago

Let me check, you mean when sharing the photo doesn't show?

ziyan-junaideen commented 7 years ago

Indeed, it is missing the image specificiation. But it shows in staging.

ziyan-junaideen commented 7 years ago

@amykirschner : should be fixed.

amykirschner commented 7 years ago

@ziyan-junaideen thank you!