Support the ongoing development of Laravel.io →
posted 7 years ago
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 Issue (Mobile)

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('{{$crush->member->profile_picture}}')">
            </div>
        </div>
        <div class="col-sn-12 col-sm-10">
            <h4 class="header-title mt15 mb0">

                {{ $crush->title }}

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

Any pointers or assistance would be greatly appreciated.

Thank you!

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Ash. H massively212 Joined 4 Mar 2018

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.