dimanche 4 mars 2018

Facebook Share Not Working With Mobile Devices? (Laravel)

I recently had a new project developed in Laravel, the original developer is currently out-of-town and I have a minor issue I'd like to take care of myself (if possible, I'm not a developer).

When attempting to "Share" some content via Mobile (Chrome) currently all that is happening is a "Loading" prompt - it does however work as intended on Desktop. I'm just wondering what the possible issue could be?

Facebook Share Problem - Image

Here is my code:

    @extends('layouts.app')
@section('fb_title', "Can you guess who my secret crush is from these CLUES?")
@section('fb_description', $crush->description)
@section('title', $crush->title)
@section('description', $crush->description)
@section('meta_author', $crush->member->name)
@section('image', "https://rcjrdq-dm2306.files.1drv.com/y3mgTAu2Mu4onrwtXBYIeaKIYASf318vy8BP6tDuJ1oAAwf5_3X_N2ptb-3cu7VBiTFwAwgYCUCHqsQtNW-7p9VTvoW2-vgmwZ9e878767sEaZfxgdomw0h87o9s9Lxk-g9tpaiQSdJlL4vftISZVjkpJDi_vvE2LLV0QMrifN8kOs?width=1200&height=630&cropmode=none")
@section('content')
    <div class="jumbotron jumbotron-crush p20-imp">


        <div class="col-sm-12 col-sm-2">
            <div class="circle-md circle-sm circle-photo pt48 pl38" style="background-image: url('')">
            </div>
        </div>
        <div class="col-sn-12 col-sm-10">
            <h4 class="header-title mt15 mb0">

                

                @if ($crush->isOwner())
                <div class="fb-share-button pull-right" style="display: block;" data-href="" data-layout="button" data-size="large" data-mobile-iframe="true">
                    <a class="fb-xfbml-parse-ignore" target="_blank" href="">Share it on Facebook</a>
                </div>

Any pointers or assistance would be greatly appreciated.



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/2FiEF1z
via IFTTT

Aucun commentaire:

Enregistrer un commentaire